MCQ LC1 Vocabulary

MCQ LC1 Vocabulary

5th - 10th Grade

10 Qs

quiz-placeholder

Similar activities

User Input in Python

User Input in Python

6th - 10th Grade

11 Qs

Python Functions Test

Python Functions Test

6th Grade

8 Qs

Yr 9 & Yr 10 recap

Yr 9 & Yr 10 recap

9th - 11th Grade

10 Qs

Control Structures - Selection in Python

Control Structures - Selection in Python

8th Grade - University

11 Qs

PSeint Informatica

PSeint Informatica

8th Grade

12 Qs

Ch 5 Practice

Ch 5 Practice

9th - 12th Grade

10 Qs

Unit 5 Data

Unit 5 Data

9th - 12th Grade

15 Qs

2.1 Algorithms MCQs L6&7

2.1 Algorithms MCQs L6&7

10th - 11th Grade

10 Qs

MCQ LC1 Vocabulary

MCQ LC1 Vocabulary

Assessment

Quiz

Architecture, Computers

5th - 10th Grade

Medium

Created by

Jo-Ann (Failsworth)

Used 10+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define the term computational thinking

Using a computer

Developing an algorithm to solve a problem

Making a computer use artificial intelligence

Google is computational thinking

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a component of computational thinking?

Abstraction

Typing

Decomposition

Algorithmic thinking

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define the term abstraction within computational thinking

Adding together numbers

Taking a real world problem and designing a computer program that exactly replicates every part of that problem in the computer

Performing multiple calculations on a list of variables

Representing real world problems in a computer program, using symbols and removing unnecessary elements

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define the term decomposition within computational thinking

The breaking down of a program until it no longer exists

The creation of music that can be played on a computer

The breaking down of a problem into smaller problems

The breaking down of waste to make compost

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the correct definition for ‘algorithm’

A problem

A solution to a problem

The steps that are taken to solve a problem

The words to enter when typing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many arrows should come out of a decision symbol in a flowchart?

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following algorithm should take as input and add together two numbers, outputting the result. Identify the correct algorithm.

num1 = input(“Enter the first number”) num2 – input(“Enter the second number”) num3 = num1 + num2 print(num3)

num1 = input(“Enter the first number”) num2 = input(“Enter the second number”) num3 = num1 + num2 print(num3)

num1 = input(“Enter the first number”) num3 = input(“Enter the second number”) num3 = num1 + num2 print(num3)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?