Checkpoint revision

Checkpoint revision

8th Grade

9 Qs

quiz-placeholder

Similar activities

Technology

Technology

6th Grade - University

5 Qs

HW SW

HW SW

7th - 12th Grade

10 Qs

Who knows technolagy better than me

Who knows technolagy better than me

KG - Professional Development

12 Qs

computers

computers

3rd Grade - Professional Development

11 Qs

minecraft

minecraft

KG - Professional Development

14 Qs

Random quiz 2

Random quiz 2

KG - Professional Development

10 Qs

EDS (E3)

EDS (E3)

1st - 12th Grade

10 Qs

Nintendo Quiz by KrispyChris21

Nintendo Quiz by KrispyChris21

4th Grade - University

7 Qs

Checkpoint revision

Checkpoint revision

Assessment

Quiz

Fun

8th Grade

Hard

Created by

Siobhán Sheehy

Used 4+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three types of categories that computer problems fall into?

Hardware, network, algorithm

Hardware, software, network

Software, algorithm, computing

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your computer has a hardware problem with the network router. What is the first thing you should do to solve this?

Check that the monitor is turned off.

Check that you have another computer.

Check that the power supply is working.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

Install pirated software.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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.

The router is not configured properly.

Your speakers are too loud.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is decomposition?

The process of breaking problems down into smaller parts

A group of instructions for a specific task that can be re-used in programs

Steps you follow to solve a problem

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is pseudocode?

It is code in the Python language.

It is the code for writing websites.

It is an algorithm written in text like a programming language but without syntax or grammar rules.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of pseudocode?

print("Hello, Ahmed!")

Output the text "Hello Ahmed!

x = 3 + 2

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following pieces of code will change the integer to a string?

print(int

print(str

print(float

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

what does the code do?

he code takes in an input, multiplies it by 2 and prints it.

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.