COMPUTER PROGRAMMING

COMPUTER PROGRAMMING

University

30 Qs

quiz-placeholder

Similar activities

Basics of C

Basics of C

University

30 Qs

Stack and Queue

Stack and Queue

University

25 Qs

String in C Programming

String in C Programming

University

26 Qs

 Milking Minds 17-01-24

Milking Minds 17-01-24

University

25 Qs

CODE JAM

CODE JAM

KG - University

25 Qs

Compro. Final1/64 part2

Compro. Final1/64 part2

University

25 Qs

C Quiz

C Quiz

University

25 Qs

IPC144 - Week 3

IPC144 - Week 3

University

28 Qs

COMPUTER PROGRAMMING

COMPUTER PROGRAMMING

Assessment

Quiz

Computers

University

Hard

Created by

Zeel Mehta

Used 7+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Terminal Symbol in Flowchart indicates____.

Processing

Input

Output

End

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to represent output in flowchart?

Circle

Tringle

Parallelogram

Suare

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following pseudo code is example of ____ structure.

Get number.

Get another number.

If first number is greater than second number then print first number Else second number.

Sequence

Decision

Loop

Nested

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following symbol in flowchart are used to indicate all arithmetic processes?

Terminal

Processing

Input/Output

Decision

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement allows us to make decision from the number of choices?

Switch

Break

Go to

For

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid C variable name?

int $main;

int variable_count;

float rate;

int number;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true for variable names in C?

It is not an error to declare a variable to be one of the keywords(like goto, static)

Variable names cannot start with a digit

Variable can be of any length

They can contain alphanumeric characters as well as special characters

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?