Exam 10: Developing Unix-Linux Applications in C and C
Exam 1: The Essence of Unix and Linux54 Questions
Exam 2: Exploring the Unix-Linux File Systems and File Security54 Questions
Exam 3: Mastering Editors51 Questions
Exam 4: Unix-Linux File Processing55 Questions
Exam 5: Advanced File Processing51 Questions
Exam 6: Introduction to Shell Script Programming55 Questions
Exam 7: Advanced Shell Programming48 Questions
Exam 8: Exploring the Unix-Linux Utilities54 Questions
Exam 9: Perl and Cgi Programming52 Questions
Exam 10: Developing Unix-Linux Applications in C and C58 Questions
Exam 11: The X Window System51 Questions
Select questions type
The C language was partly developed to resolve the more lengthy requirements of assembly language.
Free
(True/False)
4.7/5
(32)
Correct Answer:
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:
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:
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)
When you use string constants in your C program,they must be enclosed in ____.
(Multiple Choice)
4.8/5
(33)
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)
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)
Showing 1 - 20 of 58
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)