47. Programming 1 : User Input & Display Output

47. Programming 1 : User Input & Display Output

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

1.1.5 CSE Iteration and Loops

1.1.5 CSE Iteration and Loops

9th - 12th Grade

14 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

Checkpoint - Algorithm Flowcharts in Computational Thinking

Checkpoint - Algorithm Flowcharts in Computational Thinking

9th Grade

10 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

BTEC DIT C1 LAB - Project Requirements

BTEC DIT C1 LAB - Project Requirements

10th - 11th Grade

10 Qs

Flowcharts

Flowcharts

7th - 12th Grade

14 Qs

Algorithm and Control Structures Quiz

Algorithm and Control Structures Quiz

12th Grade

12 Qs

Algoritma

Algoritma

10th Grade

10 Qs

47. Programming 1 : User Input & Display Output

47. Programming 1 : User Input & Display Output

Assessment

Passage

Computers

9th - 12th Grade

Easy

Created by

Andy Workman

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first thing you learn when starting to program?

How to debug errors

How to gather input from the user

How to write loops

How to create functions

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the pseudocode example, what is used to display a prompt on the screen?

Show

Output

Print

Display

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used in the pseudocode to assign input to a variable?

<-

=

->

<<

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a programming language mentioned for exam support?

Visual Basic

Java

C#

Python

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is input gathered from the user in Python?

getInput() function

input() function

readLine() method

scanf() function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is concatenated to the 'first name' and 'surname' variables to output the user's full name?

A blank space

A dash

A period

A comma

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is assumed for variable 'a' when performing the division 7 divided by 3?

Real or Float

Boolean

String

Integer

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of format specifiers in the context of output?

To convert strings to integers

To insert special characters

To change the font size

To format the output to a certain number of decimal places