Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hi, can someone help me with those multiple choices questions? Thanks you! - 1. Which of the following does NOT agree with the definition of
Hi, can someone help me with those multiple choices questions? Thanks you!
- 1. Which of the following does NOT agree with the definition of a system? a. A set of artifacts where each one carries out a unique function b. Each artifact's responsibility is to interact with the OS or machine c. System artifacts interconnect by sending data, receiving data, and executing functions d. The runtime environment determines how artifacts can interact 2. Which statement is NOT true about High-level, Systems and Low-level programming? a. High-level programming languages are known for their fast execution speeds b. High-level programming languages mainly interact with the user and the OS c. Systems programming is a language that can behave like a high-level language and a low-level language d. Systems programming is used to build operating systems and drivers 3. Which single answer lists the correct reasons why command line knowledge is important? a. Easy to use interface, does not need powerful computers, used in mobile development b. Allows for remote development, used in the OS industry, helps with diagnosing computer issues, hardware interfacing, systems without a GUI c. Yused to install system software, provides functions you cannot do with the GUI, provides ta global view of your directory structure d. All of the above 4. What is the client-server architecture? (select one) a. The interconnection of many PCs in a network that keeps all data private. Sharing only happens through message passing between clients. b. It is the architecture used to form the interconnections in the Internet c. A client PC can query a server. The server will process the query and return a response to the client. d. None of the above is correct 5. What is the Unix OS made out of? (select one) a. Client, Server, Network, Shared data b. Humans, Applications, Controllers, Peripherals c. The Kernel, File System, Shell, Utilities d. UI, API, Common Interface, Managers, Drivers 6. Which one is true about the shell? a. It is a Ul or GUI that interprets commands, calls the OS to execute the command, displays results in a human readable form b. It is a Ul or GUI that interprets commands, executes the command, displays human readable form c. It is a Ul that interprets commands, calls the OS to execute the command, displays results in a human readable form d. It is a Ul that interprets commands, executes the command, displays results in a human readable form 1. Which of the following will change the directory to the parent directory: 2. What will $* hold if you run a script with the following arguments: myscript.sh James 25 Canada a. myscript.sh b. James C. Canada d. James 25 Canada 3. You have the following files in your home directory: log.txt, log.txs, log.sxt, log.txo and readme.txt. Which of the following is commands will only list log.txs and log.txt? a. Is log. b. Is log.?x? C. y's log.tx? d. t's log.tx[st] 4. Which pattern in the file log.txt will the following grep command matches: grep. f...$'log.txt a. All lines that start with the letter f b. All lines having the letter fas a third letter from the beginning of the line c. All lines having the letter f as a third letter from the end of the line d. All lines having the letter f as a forth letter from the end of the line 5. Which tar command will extract a compressed archive file? a. tar-zxvf log.tgz -/log b. tar -xvf log.tgz -/log c. tar-zcvf log.tgz -/log d. tar-cyf log.tgz -/log 6. Which command will rename a file from oldName to newName? a. my oldName newname b. cp oldName newname c. my newName oldName d. rm oldName newname - 1. Which of the following does NOT agree with the definition of a system? a. A set of artifacts where each one carries out a unique function b. Each artifact's responsibility is to interact with the OS or machine c. System artifacts interconnect by sending data, receiving data, and executing functions d. The runtime environment determines how artifacts can interact 2. Which statement is NOT true about High-level, Systems and Low-level programming? a. High-level programming languages are known for their fast execution speeds b. High-level programming languages mainly interact with the user and the OS c. Systems programming is a language that can behave like a high-level language and a low-level language d. Systems programming is used to build operating systems and drivers 3. Which single answer lists the correct reasons why command line knowledge is important? a. Easy to use interface, does not need powerful computers, used in mobile development b. Allows for remote development, used in the OS industry, helps with diagnosing computer issues, hardware interfacing, systems without a GUI c. Yused to install system software, provides functions you cannot do with the GUI, provides ta global view of your directory structure d. All of the above 4. What is the client-server architecture? (select one) a. The interconnection of many PCs in a network that keeps all data private. Sharing only happens through message passing between clients. b. It is the architecture used to form the interconnections in the Internet c. A client PC can query a server. The server will process the query and return a response to the client. d. None of the above is correct 5. What is the Unix OS made out of? (select one) a. Client, Server, Network, Shared data b. Humans, Applications, Controllers, Peripherals c. The Kernel, File System, Shell, Utilities d. UI, API, Common Interface, Managers, Drivers 6. Which one is true about the shell? a. It is a Ul or GUI that interprets commands, calls the OS to execute the command, displays results in a human readable form b. It is a Ul or GUI that interprets commands, executes the command, displays human readable form c. It is a Ul that interprets commands, calls the OS to execute the command, displays results in a human readable form d. It is a Ul that interprets commands, executes the command, displays results in a human readable form 1. Which of the following will change the directory to the parent directory: 2. What will $* hold if you run a script with the following arguments: myscript.sh James 25 Canada a. myscript.sh b. James C. Canada d. James 25 Canada 3. You have the following files in your home directory: log.txt, log.txs, log.sxt, log.txo and readme.txt. Which of the following is commands will only list log.txs and log.txt? a. Is log. b. Is log.?x? C. y's log.tx? d. t's log.tx[st] 4. Which pattern in the file log.txt will the following grep command matches: grep. f...$'log.txt a. All lines that start with the letter f b. All lines having the letter fas a third letter from the beginning of the line c. All lines having the letter f as a third letter from the end of the line d. All lines having the letter f as a forth letter from the end of the line 5. Which tar command will extract a compressed archive file? a. tar-zxvf log.tgz -/log b. tar -xvf log.tgz -/log c. tar-zcvf log.tgz -/log d. tar-cyf log.tgz -/log 6. Which command will rename a file from oldName to newName? a. my oldName newname b. cp oldName newname c. my newName oldName d. rm oldName newname Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started