CSE102 Final Exam
1. What do we call a sequence of instructions telling a computer how to do something: Program
2. Piece of computer hardware that directs and controls the entire computer system and performs all
arithmetic and logical opertions: CPU
3. Where the programs and data that a user has open are temporarily stores while the computer is turned on
and has power: RAM
4. Where the user programs and data are stored even after the computer is turned off and has no power: Disk
5. This part of the computer contained the BIOS: ROM
6. A computer measurement that is used to represent a single character like a letter, number, or symbol: Byte
7. SSD have only one disadvantage over standard Hard Disk Drives: SSD's are more expensive than HDD's
8. Keyboards, mice, touch screens, trackpads are used for which function?: -
Input
9. Monitors, screens, and printers are used for which function?: Output
10.RAM, disks, flash drives, CD's and DVD's are used for which function?: -
Storage
11.Anti-Virus and backup tools are examples of this: Utility Software
12.End-users need these to input data and create meaningful information for their career or job: Software
Applications
13.Allow the computer to manage its resources and provide an interface for the user: Operating Systems
14.Final step in the BIOS start up process is to find the Operating system and load it into memory: True
15.Primary Storage consists of RAM and ROM, while secondary storage means disks, SSD's and flash
memory: True
16.In computer terms software, programs, data, and files are all the same: -
False
17.If you had 5 files, each one being 256 GB in size, they would fit on a 1 TB disk drive: false
18.how many GB in a TB: 1024gb
19.Data that is input from the keyboard is processed by the CPU, where a decimal number from ASCII or
UNICODE is converted to binary, and then stored in electrical circuits (transistors) as switches turned on or
off in the computer's random access memory (RAM).: True
20.Boolean algebra OR operator: x = A + B
1/
5
, CSE102 Final Exam
21.This computer protocol uses encryption to secure the connection between a client and a server so the user can
manage directories and files remotely.: - SSH
22.What Linux command lets you know what folder you are in: $ pwd
23.This linux command lets you view and edit and plain text file: VI
24.What Linux command will take you to the directory or folder above the one you are currently in?: $ cd ..
25.Basic building blocks of computer hardware: Transistors
26.The binary system of logic is called: boolean
27.Boolean truth tables can evaluate both the binary values (0 & 1) and the logic values (true & false): true
28.Boolean operations include these common truth tables except: NOT
AND
OR
BUT: BUT
29.In computer hardware Boolean operations are implemented using circuits called...: logic gates
30.What Boolean logic gate is used for binary addition: NAND
31.The String data type is used to store and manipulate:: Text or characters
32.XOR operator in python is: ^
33.To calculate and exponent is Python use the operation: **
34.The remainder operator in python is :%
35.Which data type is used to store a binary outcome in Python: bool
36.which data type is used to store real number in python: float
37.Which of the following would be a User Defined function, not a Python built-in function?
print() input()
add_values() int():
input()
38.Unless we use a type conversion, the input() function stores all data as a string: true
39.When using the print() fucntion in Python, the argument can incllude both strings and variables separated
by commas: true
40.If statements in python must end with a colon but the indentation of the body is optional: False
41.If there is an else in a chained if/elif, only one of the selection bodies will run: true
2/
5
1. What do we call a sequence of instructions telling a computer how to do something: Program
2. Piece of computer hardware that directs and controls the entire computer system and performs all
arithmetic and logical opertions: CPU
3. Where the programs and data that a user has open are temporarily stores while the computer is turned on
and has power: RAM
4. Where the user programs and data are stored even after the computer is turned off and has no power: Disk
5. This part of the computer contained the BIOS: ROM
6. A computer measurement that is used to represent a single character like a letter, number, or symbol: Byte
7. SSD have only one disadvantage over standard Hard Disk Drives: SSD's are more expensive than HDD's
8. Keyboards, mice, touch screens, trackpads are used for which function?: -
Input
9. Monitors, screens, and printers are used for which function?: Output
10.RAM, disks, flash drives, CD's and DVD's are used for which function?: -
Storage
11.Anti-Virus and backup tools are examples of this: Utility Software
12.End-users need these to input data and create meaningful information for their career or job: Software
Applications
13.Allow the computer to manage its resources and provide an interface for the user: Operating Systems
14.Final step in the BIOS start up process is to find the Operating system and load it into memory: True
15.Primary Storage consists of RAM and ROM, while secondary storage means disks, SSD's and flash
memory: True
16.In computer terms software, programs, data, and files are all the same: -
False
17.If you had 5 files, each one being 256 GB in size, they would fit on a 1 TB disk drive: false
18.how many GB in a TB: 1024gb
19.Data that is input from the keyboard is processed by the CPU, where a decimal number from ASCII or
UNICODE is converted to binary, and then stored in electrical circuits (transistors) as switches turned on or
off in the computer's random access memory (RAM).: True
20.Boolean algebra OR operator: x = A + B
1/
5
, CSE102 Final Exam
21.This computer protocol uses encryption to secure the connection between a client and a server so the user can
manage directories and files remotely.: - SSH
22.What Linux command lets you know what folder you are in: $ pwd
23.This linux command lets you view and edit and plain text file: VI
24.What Linux command will take you to the directory or folder above the one you are currently in?: $ cd ..
25.Basic building blocks of computer hardware: Transistors
26.The binary system of logic is called: boolean
27.Boolean truth tables can evaluate both the binary values (0 & 1) and the logic values (true & false): true
28.Boolean operations include these common truth tables except: NOT
AND
OR
BUT: BUT
29.In computer hardware Boolean operations are implemented using circuits called...: logic gates
30.What Boolean logic gate is used for binary addition: NAND
31.The String data type is used to store and manipulate:: Text or characters
32.XOR operator in python is: ^
33.To calculate and exponent is Python use the operation: **
34.The remainder operator in python is :%
35.Which data type is used to store a binary outcome in Python: bool
36.which data type is used to store real number in python: float
37.Which of the following would be a User Defined function, not a Python built-in function?
print() input()
add_values() int():
input()
38.Unless we use a type conversion, the input() function stores all data as a string: true
39.When using the print() fucntion in Python, the argument can incllude both strings and variables separated
by commas: true
40.If statements in python must end with a colon but the indentation of the body is optional: False
41.If there is an else in a chained if/elif, only one of the selection bodies will run: true
2/
5