Exam 10: Developing Unix-Linux Applications in C and C

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The C language was partly developed to resolve the more lengthy requirements of assembly language.

Free
(True/False)
4.7/5
(32)
Correct Answer:
Verified

True

Match each item with a statement below. -executable file which,by default,contains a compiled C program

Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
Verified

B

C can be described as a language that uses relatively short,isolated functions to break down large,complex tasks into small and easily resolved subtasks.

Free
(True/False)
4.8/5
(38)
Correct Answer:
Verified

True

C's ____________________ header file contains information the compiler needs to process standard input or output statements.

(Short Answer)
4.8/5
(31)

Match each item with a statement below. -every C program must contain this function

(Multiple Choice)
4.9/5
(30)

What is the role of the control string in the printf()function?

(Essay)
4.8/5
(28)

When you use string constants in your C program,they must be enclosed in ____.

(Multiple Choice)
4.8/5
(33)

What does the C library contain?

(Essay)
4.9/5
(33)

Match each item with a statement below. -is a header file

(Multiple Choice)
4.9/5
(35)

Match each item with a statement below. -is a preprocessor directive

(Multiple Choice)
4.7/5
(33)

Many compilers translate source code into assembly code.This requires that a(n)____________________ be called up to translate the assembly code into object code.

(Short Answer)
4.7/5
(39)

What is the scope of a global variable?

(Essay)
4.9/5
(40)

The ____ of a variable is the part of the program in which the variable is defined and,therefore,accessible.

(Multiple Choice)
4.8/5
(31)

A compiler is a program that translates the source code into ____ code,which consists of binary instructions.

(Multiple Choice)
4.9/5
(33)

The ____ utility tracks what needs to be recompiled by using the time stamp field for each source file.

(Multiple Choice)
4.8/5
(41)

Automatic variables are ____ to the function in which they are declared.

(Multiple Choice)
4.8/5
(33)

A variable's data type determines the upper and lower limits of its range of values.

(True/False)
4.9/5
(43)

Unlike many other library input functions,readf()can be used to input values of a variety of data types.

(True/False)
4.7/5
(36)

What is the difference between the while loop and the do-while loop?

(Essay)
4.9/5
(35)

Match each item with a statement below. -modulus operator

(Multiple Choice)
4.9/5
(47)
Showing 1 - 20 of 58
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)