Pascal Assessment

Pascal Assessment

3rd - 4th Grade

10 Qs

quiz-placeholder

Similar activities

Tin học 8: Chương trình máy tính và dữ liệu

Tin học 8: Chương trình máy tính và dữ liệu

1st - 12th Grade

12 Qs

Python Basics

Python Basics

1st - 5th Grade

15 Qs

Grasshopper App Quiz

Grasshopper App Quiz

4th - 6th Grade

15 Qs

Class 3 Computer Fun Quiz

Class 3 Computer Fun Quiz

3rd Grade

15 Qs

Sử dụng biến và hằng trong chương trình

Sử dụng biến và hằng trong chương trình

KG - 8th Grade

10 Qs

THỬ TÀI CỦA BẠN

THỬ TÀI CỦA BẠN

3rd Grade

10 Qs

Yr 7 Flowgorithm

Yr 7 Flowgorithm

3rd Grade

10 Qs

ôn tập Tin11 bài 2

ôn tập Tin11 bài 2

3rd Grade

14 Qs

Pascal Assessment

Pascal Assessment

Assessment

Quiz

Computers

3rd - 4th Grade

Medium

Created by

Colin Leod

Used 354+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What section of a Pascal program is used to declare variables and assign data types? ......

BEGIN

CONST

VAR

TYPE

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The actual instructions for the program to run can be found after _____________

The 'WRITELN' statement

The 'VAR' statement

The 'BEGIN' statement

The 'CONST' statement

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is a valid Pascal output statement?

print('Hello Class!');

println('Hello Class!');

write("Hello Class!');

writeln('Hello Class!');

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is this ( := )?

The equal sign

The assignment operator

The assignment sign

The equal operator

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In the programming language Pascal, which of the following is NOT a standard data type?

floating point

char

boolean

integer

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What would be the result of the following Pascal statement?

write( 'Total is', 20 );

Total 20

Total = 20

20

Total is 20

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which statement is the correct one for input in Pascal?

input(num);

scanf(num)

readln(num);

inputln(num);

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?