G7 FTQuiz1 - C Syntax and Output

G7 FTQuiz1 - C Syntax and Output

7th Grade

10 Qs

quiz-placeholder

Similar activities

Test

Test

7th Grade

13 Qs

Unit 6 Quiz - Bootstrap: Algebra

Unit 6 Quiz - Bootstrap: Algebra

6th - 12th Grade

11 Qs

Python

Python

7th - 8th Grade

12 Qs

C++ test

C++ test

1st - 10th Grade

10 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

python

python

7th Grade

10 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Python

Python

7th - 8th Grade

13 Qs

G7 FTQuiz1 - C Syntax and Output

G7 FTQuiz1 - C Syntax and Output

Assessment

Quiz

Computers

7th Grade

Medium

Created by

T. Arman

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

#include <stdio.h> is a header file library that lets us work with input and output functions, such as printf()

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Every C statement ends with a colon :

True

False

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

C ignores white space.

True

False

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

printf() is a function used to output/print text to the screen.

True

False

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

return 1 ends the main() function.

True

False

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Another thing that always appear in a C program, is main(). This is called a function. Any code inside its curly brackets {} will be executed.

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To insert a new line, you can use the \t character:

True

False

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?

Discover more resources for Computers