Test on readLine() Function and Variables

Test on readLine() Function and Variables

9th Grade

10 Qs

quiz-placeholder

Similar activities

AP CSP Unit 3 Vocab: Intro to App Design

AP CSP Unit 3 Vocab: Intro to App Design

9th Grade

15 Qs

Presentation Preparation Quiz

Presentation Preparation Quiz

9th Grade

15 Qs

Sistem Komputer - Pembatik

Sistem Komputer - Pembatik

7th Grade - University

12 Qs

Computer Components Quiz

Computer Components Quiz

9th Grade

13 Qs

C++ Basics Quiz

C++ Basics Quiz

9th - 12th Grade

11 Qs

Understanding Basic Malware Types

Understanding Basic Malware Types

9th Grade

9 Qs

REFLEKSI MATERI SISTEM KOMPUTER

REFLEKSI MATERI SISTEM KOMPUTER

9th Grade

10 Qs

quis informatika - blog

quis informatika - blog

9th Grade

10 Qs

Test on readLine() Function and Variables

Test on readLine() Function and Variables

Assessment

Quiz

Information Technology (IT)

9th Grade

Easy

Created by

Isaac Valdez

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the readLine() function?

To display output to the user.

To gather input from the user.

To perform calculations.

To store data permanently.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the following code, what will the output be if the user enters “Pizza”?

var food = readLine(Favorite food: );

println(“You like” + food + “!”);

You like food!

You like Pizza!

You like!

You like Favorite food!

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable is required to store data collected using the readLine() function.

True

False

Only for numbers

Only for strings

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

User input collected with readLine() can only store numbers.

True

False

Only integers

Only decimals

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain how you used readLine() in the Mad Lib Story Pt. 2 Exercise to make your program interactive.

To display the main character.

To change the story of the main character and name of book.

To calculate the score.

To save the game progress.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the proper function to call to print to the screen?

print

println

display

show

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There are three basic types of variables. Which of the following is NOT one of them?

number

boolean

string

array

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?