Warm Up - CAI711

Warm Up - CAI711

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

PAS GANJIL 2024

PAS GANJIL 2024

11th Grade

10 Qs

Web1: Planning

Web1: Planning

7th - 12th Grade

7 Qs

BTEC DIT C3 B1 - Threats to Data

BTEC DIT C3 B1 - Threats to Data

11th Grade

11 Qs

Computer System - Data Capturing & Storage

Computer System - Data Capturing & Storage

11th Grade

10 Qs

HLL and LLL

HLL and LLL

11th Grade

10 Qs

Pseudocode Input

Pseudocode Input

9th - 12th Grade

10 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Computing Ethics

Computing Ethics

KG - Professional Development

12 Qs

Warm Up - CAI711

Warm Up - CAI711

Assessment

Quiz

Computers

11th - 12th Grade

Easy

Created by

Ayesha Abdullah

Used 28+ times

FREE Resource

AI

Enhance your content

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following code segments is the proper declaration of a constant?

Name = “Hamad”

let name = “Hamad”

var name = “Hamad”

name : “Hamad”

let “Hamad” = name

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is ignored by the playground and does not affect how your code run?

Functions

Loops

Comment

Variables

Constants

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

let x = 2

let y = 3

let z = 4

let result = (x + y) * z


What is the value of result after running the above code?

12

14

16

18

20

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Explain why would the below statement show an error?

Print(“ This Exam is Easy”)

Braces are to be placed around the text instead of brackets

The text should be surrounded by single quotes.

Print keyword should start with a small p.

Square brackets should be placed around the text.

The Println keyword should replace the Print keyword

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the below code segment?

let coursecode = 74

print ("Welcome to App Development course code CSC\(coursecode) ")

coursecode = 75

Welcome to App Development course code CSC74

Welcome to App Development course code CSC\74

Welcome to App Development course code CSCcoursecode

Welcome to App Development course code CSC75

Code will return an error message

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following signs is used for multiplication?

+

x

*

$

^

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an assignment in programming?

I. // Update the variable value

II. let numberOfSodas = 7

III. 4 + 6 + 9

I only

II only

III only

I and III only

I, II and III

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?