Computers and Technology
Computers and Technology, 08.12.2021 08:50, econsta3

1. 2. Tell duiswer from the given choices. It manages the computer's memory and processes, as well as all of its software and hardware
A. Application software
C. Graphical User Interface
B. Computer Operating System
D. Micro Computer It is a type of computer that features both analogue and digital computer?
A. Analogue Computer
C. Hybrid Computer
B. Digital Computer
D. Micro Computer
3. It is a general-purpose computer that is designed for individual use. It is also known as personal computer
A. Mainframe
C. Minicomputer
B. Microcomputer
D. Workstation
4. It is a part of computer performs the calculations needed by a system and can vary in speed? They are referred to as computer's brain A. Central processing Unit
C. Random Access Memory
B. Hard Disk Drive
D. Video Card
5. It is a part of a computer is also called the display card, graphics card or graphics adapter? A. Central processing Unit
C. Random Access Memory
B. Hard Disk Drive
D. Video Card
6. What does the term POST stand for?
A. Basic Input Operating System
C. Booting Input Operating System
B. Basic Input Output System
D. Booting Input Output System
7. Which of the following is performed by BIOS during start-up?
A. Load instructions to RAM
C. Run power-on-self-test
D. Test for parity errors
B. Run memory byte count

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 02:00, mayapril813
Consider the following function main: int main() { int alpha[20]; int beta[20]; int matrix[10][4]; . . } a. write the definition of the function inputarray that prompts the user to input 20 numbers and stores the numbers into alpha. b. write the definition of the function doublearray that initializes the elements of beta to two times the corresponding elements in alpha. make sure that you prevent the function from modifying the elements of alpha. c. write the definition of the function copyalphabeta that stores alpha into the first five rows of matrix and beta into the last five rows of matrix. make sure that you prevent the function from modifying the elements of alpha and beta. d. write the definition of the function printarray that prints any onedimensional array of type int. print 15 elements per line. e. write a c11 program that tests the function main and the functions discussed in parts a through d. (add additional functions, such as printing a two-dimensional array, as needed.)
Answers: 3
image
Computers and Technology, 24.06.2019 14:40, drecooks713
Create a function (prob3_6) that will do the following: input a positive scalar integer x. if x is odd, multiply it by 3 and add 1. if the given x is even, divide it by 2. repeat this rule on the new value until you get 1, if ever. your program will output how many operations it had to perform to get to 1 and the largest number along the way. for example, start with the number 3: because 3 is odd, we multiply by 3 and add 1 giving us 10. 10 is even so we divide it by 2, giving us 5. 5 is odd so we multiply by 3 and add one, giving us 16. we divide 16 (even) by two giving 8. we divide 8 (even) by two giving 4. we divide 4 (even) by two giving 2. we divide 2 (even) by 2 to give us 1. once we have one, we stop. this example took seven operations to get to one. the largest number we had along the way was 16. every value of n that anyone has ever checked eventually leads to 1, but it is an open mathematical problem (known as the collatz conjectureopens in new tab) whether every value of n eventually leads to 1. your program should include a while loop and an if-statement.
Answers: 3
image
Computers and Technology, 24.06.2019 19:30, luckye
Can someone who is skilled at coding create me a java chess game. don't copy from online source codes. make it original ! : d
Answers: 1
image
Computers and Technology, 25.06.2019 10:40, phavion
If you're using the paintbrush tool and want to change the color of the paint being used what should you change
Answers: 2
Do you know the correct answer?
1. 2. Tell duiswer from the given choices. It manages the computer's memory and processes, as well...

Questions in other subjects: