SLR 8 - Basic Programming Concepts - Part One

SLR 8 - Basic Programming Concepts - Part One

8th Grade

10 Qs

quiz-placeholder

Similar activities

Python - Programming Constructs - KS3 Y9

Python - Programming Constructs - KS3 Y9

8th - 9th Grade

15 Qs

KS3 Computing Quiz 2

KS3 Computing Quiz 2

6th - 8th Grade

10 Qs

Memory

Memory

KG - University

12 Qs

Computer Parts

Computer Parts

7th - 8th Grade

11 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Python

Python

7th - 8th Grade

12 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

SLR 8 - Basic Programming Concepts - Part One

SLR 8 - Basic Programming Concepts - Part One

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Neil Stephens

Used 17+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is 'casting' when talking about data types?

Creating a record that can hold multiple types of data.

Fishing around for some lost data.

Creating a new data type to hold a new form of data.

Changing the type of stored data to a different format. e.g. string to integer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is important to use data types?

Each data type uses the same amount of memory, so it doesn't really matter.

Each data type uses a different amount of memory, specifying the data type makes the code more efficient.

Each data type uses a different amount of memory, so using a string is always the most efficient.

The computer cannot convert from one data type to another, so we must set it at the beginning.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is the ALU (Arithmetic Logic Unit) responsible for? Pick all that are correct.

Arithmetic operations

Logical comparisons

Runs the clock

Binary shifts

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT an arithmetic operator?

addition

+

multiplication

*

modulus

MOD

%

Less than

<

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select ALL the comparison operators.

<=

!=

=

>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The result of a Boolean expression is always...

True

0

False

True or False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a Boolean operator?

AND

EQUAL

NOT

OR

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?