C Programming Tutorial 1 (Chapter 2)

C Programming Tutorial 1 (Chapter 2)

Professional Development

15 Qs

quiz-placeholder

Similar activities

Day3

Day3

Professional Development

15 Qs

CPR _Chapter2 _Onlinequiz

CPR _Chapter2 _Onlinequiz

Professional Development

15 Qs

pemrograman dasar

pemrograman dasar

Professional Development

10 Qs

PSPD_CCA1

PSPD_CCA1

Professional Development

20 Qs

CPR Quiz_chapter 5_structure

CPR Quiz_chapter 5_structure

Professional Development

10 Qs

CPR_Quiz_Chapter4_function

CPR_Quiz_Chapter4_function

Professional Development

15 Qs

TCS Preparation

TCS Preparation

Professional Development

10 Qs

C Programming

C Programming

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?