Search Header Logo

11 CSC ATAR - Week 2-3 review

Authored by Alex K

Computers

11th Grade

Used 9+ times

11 CSC ATAR - Week 2-3 review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?