Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Questions | Answers | Discussions | Knowledge sharing | Communities & more.
Which command is used to suppress the prompt that asks you to confirm that you want to delete the directory?
Delete a Directory in Linux Using the rm Command The different rm command options include: - f : Forces the removal of all files or directories. -i : Prompts for confirmation before removing. -I : Prompts once before removing more than three files or when removing recursively.
Delete a Directory in Linux Using the rm Command
See lessThe different rm command options include: – f : Forces the removal of all files or directories. -i : Prompts for confirmation before removing. -I : Prompts once before removing more than three files or when removing recursively.
In DOS, which of the following keys will bypass the CONFIG.SYS and AUTOEXEC.BAT files?
In DOS 6.0 and 6.2, you can bypass your CONFIG. SYS and AUTOEXEC. BAT files by pressing F5 immediately after seeing the "Starting MS-DOS" message on the screen. You can also press F8 , which will cause DOS 6 to ask, for each line in the CONFIG.
In DOS 6.0 and 6.2, you can bypass your CONFIG. SYS and AUTOEXEC. BAT files by pressing F5 immediately after seeing the “Starting MS-DOS” message on the screen. You can also press F8 , which will cause DOS 6 to ask, for each line in the CONFIG.
See lessWhat file contains commands that configure systems devices?
CONFIG. SYS files contain commands, which enable the user to specify which part of the system they are configuring. Any time a system running DOS is booted, the CONFIG. SYS file is read.
CONFIG. SYS files contain commands, which enable the user to specify which part of the system they are configuring. Any time a system running DOS is booted, the CONFIG. SYS file is read.
See lessYou want to view the contents of autoexec.bat on the screen using the "type" command, but it scrolls by too quickly, what switch do you use to make it pause?
The AUTOEXEC. BAT file is used to set defaults and to run programs that should be executed upon startup (comparable to the . login file on Unix accounts).
The AUTOEXEC. BAT file is used to set defaults and to run programs that should be executed upon startup (comparable to the . login file on Unix accounts).
See lessThe buffers statement is found in what file?
A file buffer is the temporary image of the file that you can edit. You can edit the file buffer without affecting the original file, until you save it using the Save command. The File > Save command writes the file buffer contents back over the original file.
A file buffer is the temporary image of the file that you can edit. You can edit the file buffer without affecting the original file, until you save it using the Save command. The File > Save command writes the file buffer contents back over the original file.
See lessWhich of the following is a measure to test how good or bad a modular design is
Effective modular design is a process of breaking down large and complex systems into several independent modules. Each module is developed, tested, maintained, customized, replaced, and reused separately. Each module has a different function and interface from the other.
Effective modular design is a process of breaking down large and complex systems into several independent modules. Each module is developed, tested, maintained, customized, replaced, and reused separately. Each module has a different function and interface from the other.
See lessAssembler language
An assembler is a computer program that translates assembly language code into machine code, allowing for direct communication with a computer's hardware. It converts human-readable instructions into binary code that the central processing unit (CPU) can execute.
An assembler is a computer program that translates assembly language code into machine code, allowing for direct communication with a computer’s hardware. It converts human-readable instructions into binary code that the central processing unit (CPU) can execute.
See lessThe primary job of the operating system of a computer is to
It manages the computer's memory and processes, as well as all of its software and hardware. It also allows you to communicate with the computer without knowing how to speak the computer's language. Without an operating system, a computer is useless.
It manages the computer’s memory and processes, as well as all of its software and hardware. It also allows you to communicate with the computer without knowing how to speak the computer’s language. Without an operating system, a computer is useless.
See lessA critical region is
A critical region, also known as the rejection region, is a set of values for the test statistic for which the null hypothesis is rejected. i.e. if the observed test statistic is in the critical region then we reject the null hypothesis and accept the alternative hypothesis.
A critical region, also known as the rejection region, is a set of values for the test statistic for which the null hypothesis is rejected. i.e. if the observed test statistic is in the critical region then we reject the null hypothesis and accept the alternative hypothesis.
See lessThe function(s) performed by the paging software is (are)
Paging works by writing data to, and reading it from, secondary storage for use in primary storage. Paging is a basic function in memory management for a computer's operating system (OS) as well -- this includes Windows, Unix, Linux and macOSs.
Paging works by writing data to, and reading it from, secondary storage for use in primary storage. Paging is a basic function in memory management for a computer’s operating system (OS) as well — this includes Windows, Unix, Linux and macOSs.
See less