47. Programming 1 : User Input & Display Output

47. Programming 1 : User Input & Display Output

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Computer Hardware

Computer Hardware

9th - 12th Grade

12 Qs

8525 AQA GCSE  3.1.1 Pseudo-code

8525 AQA GCSE 3.1.1 Pseudo-code

10th - 11th Grade

14 Qs

Flow Chart Review

Flow Chart Review

9th - 12th Grade

11 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Flowchart Recap

Flowchart Recap

10th - 11th Grade

11 Qs

CSC401- G9[GEN]_53

CSC401- G9[GEN]_53

9th Grade

10 Qs

37. Algorithm - Producing Algorithms Quiz

37. Algorithm - Producing Algorithms Quiz

9th - 12th Grade

11 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 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