NEW
Font size
WorksheetsUnit 1 Vocabulary Python Quiz
Total questions: 29
Worksheet time: 15mins
What is the process of using technology to solve human problems called?
Information Technology
Computer Science
Data Analysis
Software Engineering
Which command is used to display text and numbers on the screen in programming?
input()
display()
print()
show()
What is a program that translates written code into machine language called?
Interpreter
Assembler
Compiler
Debugger
What is a computer?
A device that only consists of software
An electronic device consisting of hardware and software
A machine that only processes numbers
A tool used only for gaming
What does the CPU do in a computer?
Stores all the data permanently
Carries out a program's instructions
Provides power to the computer
Connects the computer to the internet
What is hardware in the context of computers?
Software applications
The physical machine; any part of a computer that you can touch
The internet connection
The operating system
What is meant by input in computing?
The final output displayed on the screen
Information sent to the computer by the user in the form of letters, numbers, or symbols
The process of saving data
The software updates installed on a computer
What is the characteristic of main memory in a computer?
Long-term, permanent storage
Short-term, temporary memory
Used for calculations
Stores only numbers
What happens to the information in main memory when the computer is powered off?
It is preserved
It is transferred to secondary memory
It is lost
It is encrypted
What is a string in Python used for?
Performing calculations
Storing letters, numbers, and words
Managing memory
Executing programs
What is a program in the context of computing?
A type of memory
An object in Python
Instructions that a computer follows, written in code
A storage device
What is the role of secondary memory in a computer?
Short-term, temporary storage
Long-term memory, preserved when powered off
Used for calculations
Stores only text files
What is software?
Programs that run on hardware.
Physical components of a computer.
A type of computer virus.
A programming language.
What are escape characters used for in programming?
To create a new line, tab, print a quotation mark, or print a backslash.
To delete files from a computer.
To encrypt data.
To compile code.
What is a comment in programming?
A note written in computer code for the programmer to read, which the computer ignores.
A command that executes a function.
A syntax error in the code.
A type of data input.
What is meant by output in computing?
Digital information displayed or sent to the user by the computer.
The process of entering data into a computer.
The internal processing of data.
The storage of data on a hard drive.
What is a variable in computer science?
A function that converts strings into integers.
A name for a location in the computer's memory where information can be stored.
A function that tells Python to handle the value as a string.
Data measured continuously instead of discretely.
What does the int() function do in Python?
Converts integers into strings.
Converts strings into integers.
Measures data continuously.
Stores information in memory.
What is the purpose of the str() function in Python?
To convert integers into strings.
To handle the value as a string, not as a number.
To measure data continuously.
To store information in memory.
What is an example of analog data?
A function that converts strings into integers.
A name for a location in memory.
Volume or color.
A function that handles values as strings.
What is the definition of digital data?
Data that can be measured continuously
Data that can be measured discretely or numerically
Data that is always stored in analog devices
Data that cannot be stored in computing devices
Which number system is based on two digits, 0 and 1?
Decimal
Hexadecimal
Binary
Octal
What is the decimal number system based on?
Two
Eight
Ten
Sixteen
What is an integer?
A fraction
A whole number, either positive or negative, including zero
A decimal number
A number with a fractional part
What is an Integrated Development Environment (IDE)?
A tool for managing databases
A programming environment to write, run, and debug programs
A type of operating system
A hardware component for networking
What is the primary function of an operating system?
To design web pages
To support a computer's basic functions like memory control and task scheduling
To compile programming code
To provide internet connectivity
What does syntax refer to in programming?
The speed of a computer processor
The rules that define the written structure of a programming language
The physical layout of a computer
The process of encrypting data
What is concatenation in programming?
The process of debugging code
The addition of two numbers
The addition of two strings together
The division of a string into parts
What is typecasting?
The process of converting a value from one data type to another.
The process of compiling code into machine language.
The process of debugging a program.
The process of encrypting data for security.
