No student devices needed.ย Know more
20 questions
What are the three types of categories that computer problems fall into?
Hardware, network, algorithm
Hardware, software, network
Software, algorithm, computing
Which of the following pieces of code will change the integer to a string?
M=136
print(int(M))
M=136
print(str(M))
M=136
print(float(M))
Which of the following pieces of code will change the string to an integer?
L=12
print(int(L))
L=12
print(float(L))
L=12
print(str(L))
Your computer has a hardware problem with the network router. What is the first thing you should do to solve this?
Check that the router has software.
Check that the monitor is turned off.
Check that the power supply is working.
Your computer has a software problem. Which of the following will NOT help you fix your issue?
Remove all media from drives.
Run antivirus software.
Reinstall the operating system.
Install pirated software. Install pirated software.
One of the positive ways of using technology :
You can work faster and get better results with tools, such as an Office package.
True
False
You can have health problems, such as eye strain, muscular
problems and sleeping when using technology.
True.
False
Your computer has network access but does not have internet access. Which of the following is the most likely cause?
Your email inbox is full.
Your monitor is too bright.
The router is not configured properly.
Your speakers are too loud. Your speakers are too loud.
What is decomposition?
Steps you follow to solve a problem.
A group of instructions for a specific task that can be re-used in programs.
A collection of pre-programmed commands and functions that programs can use.
The process of breaking problems down into smaller parts.
You are writing code to control the flight of a bird in a computer game. The bird needs to go in four directions as in the image. Decompose the movements the bird will make to fly in the game.
1. Arrow keys for directions - 2. Score points
1. Up arrow to move up - 2. Left arrow to move left
1. Up arrow to move up - 2. Down arrow to move down - 3. Left arrow to move left - 4. Right arrow to move right
1. Up arrow to move down - 2. Down arrow to move left - 3. Right arrow to move up - 4. Left arrow to move left 1. Up arrow to move down - 2. Down arrow to move left - 3. Right arrow to move up - 4. Left arrow to move left
What is abstraction?
The process of removing unnecessary
information and focusing on the important details.
A group of instructions for a specific task that can be re-used in programs
A collection of pre-programmed commands and functions that programs can use
What is pseudocode?
It is code in the Python language.
It is a code you put into a computer like a password.
It is an algorithm written in text like a programming language but without syntax or grammar rules.
It is the code for writing websites. It is the code for writing websites.
Which of the following is an example of pseudocode?
print("Hello, Ahmed!")
Output the text "Hello Ahmed!"
x = 3 + 2
x = string(Ahmed) x = string(Ahmed)
Look at the following code. What does it do?
The code takes in an input, multiplies it by 2 and prints it.
The code takes in 2 inputs that are floats and changes them into one variable.
The code takes in an input, turns it into an integer and then multiplies it by 2 and prints it.
The code prints the 2 times table. The code prints the 2 times table.
What is an algorithm?
a precise step-by-step solution to a problem that can be replicated by a human, a computer, or both.
The process of breaking problems down into smaller parts The process of breaking problems down into smaller parts
You can be isolated from family and friends when using
technology.
True
False
The output for this code is :
You won!
The end
You won !
The end
score>30
If the grade = 70
The output for this code will be :
Passed
failed
If grade = 60
The output for this code will be :
Passed.
failed
Your verbal communication will not be affected if you always use technology.
True.
False.