11 CSC ATAR - Week 2-3 review

11 CSC ATAR - Week 2-3 review

11th Grade

22 Qs

quiz-placeholder

Similar activities

2.5 Programming IDEs and Translators

2.5 Programming IDEs and Translators

9th - 11th Grade

20 Qs

Python Conditional Statements

Python Conditional Statements

9th - 12th Grade

25 Qs

CPU Performance

CPU Performance

10th - 11th Grade

19 Qs

DeltaMath & Python 325

DeltaMath & Python 325

9th - 12th Grade

23 Qs

IT QUEST

IT QUEST

11th Grade

20 Qs

JavaScript For Loops

JavaScript For Loops

11th - 12th Grade

18 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Introduction of Python

Introduction of Python

9th - 12th Grade

17 Qs

11 CSC ATAR - Week 2-3 review

11 CSC ATAR - Week 2-3 review

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Alex K

Used 7+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x = 5

y = 6

print("x*y")


The code above displays the following:

11

x*y

Syntax Error

30

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a programmer writes an incorrect line of code, and their program won't run, this is known as a...

Syntax error

Logic error

Runtime error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a programmer writes an incorrect line of code, and their program runs, but runs in a way that the programmer didn't intend, that's a...

Syntax error

Logic error

Runtime error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a programmer writes an incorrect line of code, and their program runs, but crashes halfway through execution, that's a...

Syntax error

Logic error

Runtime error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 5

print(a)

a = a*2

print(a)

What will be output?

5

10

5

5

5

10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Input validation: checking whether input is an integer or a string is known as a...

Type check

Range check

Format check

Uniqueness check

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Input validation: checking whether a user's age is between 0 and 100 is known as a...

Type check

Range check

Format check

Uniqueness check

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?

Discover more resources for Computers