PSCP Quiz - sec A

PSCP Quiz - sec A

University

10 Qs

quiz-placeholder

Similar activities

Year 6 Science GL Style Practice Paper

Year 6 Science GL Style Practice Paper

5th Grade - University

10 Qs

Technology for Teaching and Learning 1(GROUP 5 Quiz)

Technology for Teaching and Learning 1(GROUP 5 Quiz)

University

5 Qs

Listening Exercise

Listening Exercise

7th Grade - University

15 Qs

U6L10 Google Form

U6L10 Google Form

6th Grade - University

11 Qs

Unit 2 Test B

Unit 2 Test B

9th Grade - University

15 Qs

สอบย่อย บทที่ 1 แนวคิดเชิงคำนวณ

สอบย่อย บทที่ 1 แนวคิดเชิงคำนวณ

University

10 Qs

artificial intelligence

artificial intelligence

University

9 Qs

Help! A Story of Friendship--Comprehension Test

Help! A Story of Friendship--Comprehension Test

2nd Grade - University

10 Qs

PSCP Quiz - sec A

PSCP Quiz - sec A

Assessment

Quiz

others

University

Medium

Created by

Jakir Hussain G K

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following statement is the most appropriate?
Pseudo code is basically a diagrammatic representation of the algorithm. Whereas in flowchart normal English language is translated into the programming languages to be worked on.
Flowchart is diagrammatic representation of the algorithm. Pseudo code is just another name of algorithm.
Pseudo code is another name of programming. Whereas in flowchart is diagrammatic representation of algorithm.
Flowchart is basically a diagrammatic representation of the algorithm. Whereas in pseudo code normal English language is translated into the programming languages to be worked on.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a C variable?
Count123
Count_123
Count@123
X_123_Count

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function
is a block of statements to perform some specific task
is a fundamental modular unit to perform some task
has a name and can be used multiple times
All the options are true

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The execution of any C program is
Sequential
Parallel
Multi-threading
None of these options are true

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Syntax error occurs when
The rules of grammar of the programming language is violated
The statements in the program have no meaning
The program gives wrong or undesired output
Some illegal operation (e.g. divide by zero) is performed

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If integer needs two bytes of storage, then the minimum value of a signed integer in C would be
-65535
0
-32,767
-32,768

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
a=a-b; b=a-b; a=a+b;
a=a%b; b=a+b; a=a/b;
a=a+b; b=a-b; a=a-b;
a=b; b=a-b; a=a-b;

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?