sarv

This page lists questions and answers that were posted by visitors named sarv.

Questions

The following questions were asked by visitors named sarv.

List the interacting domains for each of the following: application software, system software, and hardware. a. software domain, digital domain, and analog domain b. operating system domain, architecture domain, and component domain c. integrated circuits...
2 years ago
Which of the following includes all the physical parts of a computer? software central processing unit (CPU) hardware the desktop
2 years ago
Identify the language that would be appropriate for developing operating system a. Java b. Visual Basic c. C++ d. Assembly language
2 years ago
Which of the following is a responsibility of the hardware? a. runtime prioritization b. memory allocation c. processing d. managing hardware
2 years ago
The reason that many of the innovations of the twenty-first century is coming to pass is the result of... a. better computer components. b. better operating systems. c. more computer scientists. d. quantum computers.
2 years ago
Which of the following best describes an operating system’s actions during typical system use? Communicates between the computer and the end user or external world. The main action an operating system performs during typical use is storing memory. Perform...
2 years ago
Which of the following are some of the weaknesses of the Linux operating system (OS)? easy-to-use interface, free and open-source, unsupported hardware Hard to troubleshoot, open-source system, which means it is weak against security threats, lacks techni...
2 years ago
You have a work project that requires you to be constantly on the move, answering emails, calling people, and checking messages as you travel. Which operating system would be most optimal for this and would you most likely be operating under and using for...
2 years ago
What is the most optimal operating system for use by a team of remote workers that all work for the same company and have security access to the same network for classified secured files and documents to be shared and viewed? real-time operating system ba...
2 years ago
Which of the following is an example of software? transistor mouse operating system CPU
2 years ago
Which of the following devices holds multiple embedded systems in it? smartphones calculators washing machine toaster
2 years ago
Distinguish between programming and computational thinking. a. Programming tells a computer what to accomplish, whereas computational thinking allows the user to work out what to instruct the computer to accomplish. b. Programming tells a computer what to...
2 years ago
Working out how to finish a game is an example of a. decomposition. b. gaming design. c. abstraction. d. algorithm design.
2 years ago
A logic gate converting electrical impulses within a computer’s circuitry into binary is an example of abstraction that occurs at what layer? a. hardware layer b. system software layer c. application software layer d. programming layer
2 years ago
Which of the following is an example of a simplifying abstraction? monitor internet browser device driver printer
2 years ago
Which of the following is a true statement about abstractions? Abstractions are easy to create but challenging to use. Abstractions only exist in personal computers. Abstractions always simplify the process of solving a malfunctioning system. Abstractions...
2 years ago
Which of the following statements correctly describes the traveling salesman problem? a. The traveling salesman algorithm has a lower space complexity than common sorts or searches. b. The traveling salesman algorithm has a lower time complexity than comm...
2 years ago
Which of the following algorithms has the smallest time complexity? a. linear search b. binary search c. merge sort d. insertion sort
2 years ago
Which of the following describes the meaning of ease of implementation? a. a measurement of the amount of third-party code that you reuse to implement an algorithm b. a measurement of the length of the code created in all files necessary to implement an a...
2 years ago
Which of the following explains different types of efficiency? a. Time complexity refers to the amount of memory used. Space complexity refers to the amount of time needed. b. Space complexity refers to the amount of memory used. Time complexity refers to...
2 years ago
Which of the following is a true statement about correctness? a. Correctness cannot be shown through mathematical proof. b. Correctness can be shown through formal logic. c. Correctness can be shown without identifying specifications. d. Correctness can b...
2 years ago
Which of the following measures are used to assess the quality of an algorithm? Select the 3 correct answers. a. resource consumption b. time complexity c. reusability d. number of lines e. amount of variables
2 years ago
Why is it essential to design an architecture before implementing the software? a. Architecture design beforehand is essential because it encapsulates the complete cost analysis before launch. b. Designing the architecture first makes time use analysis fo...
2 years ago
Which of the following could be an abstraction of a cake? a. A cake could be defined as ingredients, measurements, and cooking time. b. A cake could be defined as flour, 1 cup, and 1 hour. c. A cake could be defined as flour, eggs, milk, and chocolate. d....
2 years ago
Which of the following is equivalent to a subroutine depending on the programming language? a. accessor b. mutator c. model d. function
2 years ago
Which of the following describes pattern or figure of something to be made and is an example of a data abstraction? a. function b. model c. method d. procedure
2 years ago
Which of the following sort algorithms is represented by the pseudocode? for all elements of list if list[i] > list[i+1] swap(list[i], list[i+1]) end if end for (1 point) Responses bubble sort bubble sort selection sort selection sort quicksort quicksort...
2 years ago
Classic Algorithms Quick Check 2 of 52 of 5 Items Question Which of the following search algorithms is represented by the pseudocode? index = 0 WHILE (index < number of items in the list) { IF (list[index] == target element) { RETURN index } index = index...
2 years ago
Which of the following is described as a process by which a problem is divided into subproblems which are recursively solved, then recombined for a final solution? (1 point) Responses binary search algorithm binary search algorithm selection sort algorith...
2 years ago
Which of the following is a classic algorithm applied to modern cryptography?(1 point) Responses linear search linear search binary sort binary sort modular arithmetic modular arithmetic pseudorandom number generator pseudorandom number generator
2 years ago
What is the act of converting ciphertext back into plaintext known as?(1 point) Responses encryption encryption cryptography cryptography decryption decryption key key
2 years ago

Answers

The following answers were posted by visitors named sarv.