Font size
WorksheetsComputer Science Principles vh
Total questions: 59
Worksheet time: 53mins
Which of these is NOT an AI technology
Facial recognition
Image recognition
Robotics
Animation
A sequence of steps is described as a
code
algorithm
processor
cat
Programming is making your own code from nothing
true
false
A function is when
you define a command and give it a name
something is useful
you make a videogame
I don't know
What is an Computer Functions ?
gathers data, allows users to input data.
Input, Output, Process, Storage.
What is a computer Output ?
displays data and information for user.
Input, Output, Process, Storage.
representation of fact, figure, or idea.
What is a Input ?
gathers data, allows users to input data.
displays data and information for user.
Examples of Input Devices
CPU, ROM, RAM and cache, Slots for expansion cards
monitors, printers, speakers and earphones
keyboard, mouse, microphone, stylus, scanner, camera
DEFINE: Computer Science
Computer science is the study of processes that interact with data and that can be represented as data in the form of programs. It enables the use of algorithms to manipulate, store, and communicate digital information.
A way of representing information using only two options.
The visual programming language used in Code.org's online learning system for K-5 students.
the study of the principles and use of computers.
The smallest unit of information is ?
a byte (Pronounced: bite)
a bit
a nibble
a block
Fortran
DEFINE: Binary Code
Any type of computer network that is not connected by cables of any kind.
Read Only Memory- Permanent instructions that cannot be changed. It makes the BIOS function. Checks your OS.
Groupings of 1's and 0's that makes information that a computer can understand.
What happens when there is a bug in a computer program?
It multiplies
The program will not run correctly
The program needs to be thrown out
Call an exterminator
A set of steps that a computer can follow is_______.
output
input
a program
unnecessary
(a) allows people to better debug their work and problem solve issues in their (b)
Step by steps instructions is a(n) (a)
Computational thinking is the process of
doing a google search
typing on a computer
breaking problems into smaller steps
sharing answers
An action that causes something to happen.
Event listener
Event-driven program
Event
User Interface
The visual elements of a program through which a user controls or communicates with the application. Often abbreviated UI.
Event handling
UI Elements
User Interface
Callback function
Any valid unit of code that resolves to a value.
Event listener
Expressive Code
Data Type
Expression
A placeholder for a piece of information that can change.
Number
Variable
Data type
Variable handler
The equality operator is used to compare two values, and returns a Boolean (true/false).
==
=
/_
/=
What is debugging in computer science?
The process of identifying and removing errors from a computer program.
The process of writing a computer program.
The process of running a computer program.
The process of encrypting a computer program.
What is the purpose of a function in programming?
Functions are used to create variables in programming.
Functions are used to perform specific tasks and reduce code redundancy in programming.
Functions are used to display output in programming.
Functions are used to analyze data in programming.
What is code?
A set of steps that explain how to complete a task.
A language which can be understood by a computer.
The study of computers and algorithms, and their impact on society.
Instructions written in code which can then be run by a computer.
What is a program?
A set of steps that explain how to complete a task.
A language which can be understood by a computer.
The study of computers and algorithms, and their impact on society.
Instructions written in code which can then be run by a computer.
The study of computers and algorithmic processes, including their principles, their hardware and software designs, their applications, and their impact on society.
Computer Science
STEM
Political Science
Technology Education
ASCII is a character-encoding scheme that uses 7 bits (8 bits if you are using the extended ASCII table) to represent each character. The decimal (base 10) values 65 through 90 represent the capital letters A through Z, as shown in the table above.
Which ASCII character is represented by the binary (base 2) number 1000001?
A
B
C
D
