11 CSC ATAR - Week 2-3 review

11 CSC ATAR - Week 2-3 review

11th Grade

22 Qs

quiz-placeholder

Similar activities

Microsoft PPT. - Scavenger Hunt

Microsoft PPT. - Scavenger Hunt

6th - 12th Grade

20 Qs

Toán tử trong C ++

Toán tử trong C ++

10th - 12th Grade

20 Qs

Percabangan c++

Percabangan c++

9th - 12th Grade

20 Qs

Yr7- Understanding computers Lessons 1-3

Yr7- Understanding computers Lessons 1-3

7th - 11th Grade

20 Qs

Homework 1 Computer Science

Homework 1 Computer Science

11th Grade

17 Qs

SEMI - Unit 2

SEMI - Unit 2

9th - 12th Grade

19 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Bài kiểm tra giữa kì 2

Bài kiểm tra giữa kì 2

9th - 12th Grade

20 Qs

11 CSC ATAR - Week 2-3 review

11 CSC ATAR - Week 2-3 review

Assessment

Quiz

Computers

11th Grade

Practice Problem

Medium

Created by

Alex K

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?