C Programming Tutorial 1 (Chapter 2)

C Programming Tutorial 1 (Chapter 2)

Professional Development

15 Qs

quiz-placeholder

Similar activities

Info Sys Preparation Set 1

Info Sys Preparation Set 1

Professional Development

10 Qs

Technical Quiz Round 1

Technical Quiz Round 1

Professional Development

20 Qs

CPR_online quiz_pointer

CPR_online quiz_pointer

Professional Development

10 Qs

PMIS Training

PMIS Training

Professional Development

15 Qs

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

CPR_Midterm online Exam

CPR_Midterm online Exam

Professional Development

20 Qs

day8

day8

Professional Development

10 Qs

operators & loops

operators & loops

Professional Development

20 Qs

C Programming Tutorial 1 (Chapter 2)

C Programming Tutorial 1 (Chapter 2)

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Anna Sukri

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C language, “printf” command is used to display any message or output to the screen. The format of printf is:

printf{"The text to be displayed"};

printf(“The text to be displayed”);

printf<"The text to be displayed">;

printf["The text to be displayed"];

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

______ is a command to display any message or output to the screen.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This symbol in flowchart refers to:

Data input

Process

Start / End

Arrow

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Programmer types or creates program in a editor.

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the standard library for input/output functions?

<math.h>

<string.h>

<stdio.h>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Use putchar command to prints a _________ to the screen

character

string

number

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of curly braces {…} in the program?

As a comment in a program

The start and end of a function

To document a program

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?