QUIZ 2

QUIZ 2

University

10 Qs

quiz-placeholder

Similar activities

Introduction to Computer Programming

Introduction to Computer Programming

6th Grade - University

10 Qs

Activity 3

Activity 3

University

10 Qs

CSC305: TOPIC 1

CSC305: TOPIC 1

University

11 Qs

Introduction to python

Introduction to python

University

15 Qs

ICPTP L1: Programming Languages

ICPTP L1: Programming Languages

University

10 Qs

Principles of Programming

Principles of Programming

KG - University

13 Qs

Understanding Programming and Coding

Understanding Programming and Coding

University

15 Qs

Introduction to Programming

Introduction to Programming

University

10 Qs

QUIZ 2

QUIZ 2

Assessment

Quiz

Computers

University

Hard

Created by

habibah habibah

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output of the following C code?



PEACH = 5

PEACH = 3

PEACH = 4

PEACH = 6

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is FALSE?

All programming languages are High Level Languages.

All programming languages support variables.

In some programming languages the variable names can begin with an underscore or a dollar sign.

Some programming languages are case sensitive while some ore not.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Among unary operation which operator represents increment?

--

++

-

!

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The function scanf is used to ___

Input a set of values

Print a set of values

Do mathematical manipulations

To take logical decisions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the for loop structure, which statement is present?

a) Assign statement

b) Alter statement

None of these

Both (a) and (b)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following declarations is not correct?

float a;

unsigned float d;

unsigned char c;

int b = 4;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the file extension for font files?

font

big

chr

txt

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?