ITN 171 CH 10 & 11
denotes the beginning of a block of code
{
is a preprocessor directive
#include lt;stdio.hgt;
modulus operator
%
denotes the beginning of a comment
/*
The operating system’s default runlevel is set by modifying the ____ file
/etc/initab
Runlevel ____ shuts the system down.
0
Runlevel ____ is a multiuser mode, but netowrk services are not enabled
2
executable file which, by default, contains a compiled C program
a.out
_____ have special meanings, so you cannot use them as names for variables or functions
keywords
In KDE, there is a ____ that provides similar functions to the Panel in GNOME
kicker
Sorry, no manipulations with clipboard allowed
local
a single byte in which all bits are set to zero
null
If your system does not start the X Window System automatically, you can start it by using the ____ command from the command line.
startx
the _____ scanf() format specifier is used to indicate that scanf() should interpret the input value as a pointer
%P
the ___ format specifier is used to denote a signed decimal integer
%d
the ___ format specifier is used to denote a floating point number in decimal notation
%f
C’s increment operator is
++
The source code of a C program file is stored in a file with the ____ extension.
.c
Runlevel ___ is a full multiuser mode with network services enabled and nongraphical access
3
Runlevel ____ is a multiuser mode enabling graphical access via X Window
5
____ is a low-level language that provides maximum access to all the computer’'s devices, both internal and external
Assembly language
____ is the language in which UNIX was developed and refined
C
the ____ program of OpenOffice.org is a spreadsheet program for manging numbers and data.
Calc
the _____ program of OpenOffice.org is a drawing package for creating graphics and multiple formatting techniques
Draw
Dennis Ritchie and Brian Kernighan rewrote most of UNIX using C__ in the early 1960s TRUE OR FALSE
FALSE
OpenOffice.org is not available for Window Systems
False
a window manager developed in C++ that is designed for speed and compliance with the GNOME desktop
IceWM
a combined file manager, Web browser, and document viewer
Konqueror
The KDE terminal program is called ________
Konsole
A window manager develoepd by Havoc Pennington with Red Hat
Metacity
a powerful file management tool (GNOME)
Nautilus
Base is an OpenOffice.org tool for creating and maintaining databases so that you can generate tables, indexes, and queries and reports, and perform other functions typically available in robust database software. TRUE OR FALSE
TRUE
in an X window system, the desktop enables you to create and place icons in your screen’s workspace from which to start programs or windows. TRUE OR FALSE
TRUE
the C language was partly developed to resolve the more lengthy requirements of assembly language TRUE OR FALSE
TRUE
you can transport files between OpenOffice.org and Microsoft Office programs by saving the files with the appropiate extensions TRUE OR FALSE
True
the ____ program of OpenOffice.org is a complete word processor for writing short or book-length documents
Writer
In X Window network terminology, the system that hosts and executes the program is called the ____.
X client
In X Window network terminology, the underlying desktop system from which you run a program is called the _______
X server
A(n) _______ is a small application written specifically to be place on the GNOME Panel
applet
the original UNICX operating system was written in
assembly language
Variable that are declared inside a function are called _____ variables
automatic
a lightweight or & amp;#8220;minimalist” window manager written for speed and intended to manage windows only (no icons or shortcuts)
blackbox
the _____ data type occupies a single byte
char
_____ is an example of how you can declare a string in C
char name[20];
in X Window terminology, the ____ provides the specific GUI appearance, software applications, and other resources that you use
desktop
C provides three looping mechanisms: the for loop, the while loop, and the ___ loop
do-while
when you use string constants in your C program, they must be enclosed in ______
double quotation marks
A popular X server system for Windows-based PCs is ____ from Hummingbird Connectivity
exceed
the output of a linker is a(n) _ file
executable
Konsole is similar to the Panel in GNOME and the Taskbar in Microsoft Windows TRUE OR FALSE
false
fgetch() reads a single character from the file and points to it TRUE OR FALSE
false
the word “null&#;is used to indicate that a function returns no data TRUE OR FALSE
false
unlike many other library input functions, readf() can be used to input values of a variety of data types TRUE OR FALSE
false
_____ are continuous streams of data
files
KDE is set by default to enable ____ desktops
four
a full featured virtual desktop and window system for X window
fvwm
command for the C compiler in Linux operating systems
gcc
a Window Manager based on the Window object oriented language
gwm
The ______ program of OpenOffice.org is a program for creating presentations including slide shows,drawings, outlines, handouts and others, handouts and others; and also includes diagramming tools, animation capabilites and 3D effects
impress
every C program must contain this function
main()
the _____ utility tracks what needs to recompiled by using the time stamp field for each source file
make
the ____ program of OpenOffice.org is a mathematical equation tool used to set up and solve mathematical equations
math
a compiler is a program that translates the source code into ____ code, which consists of binary instructions
object
a theme-based Window manager
oroborus
a window manager compatible with the LISP programming language
sawfish
_____ is the ability to port software to more or less powerful machines
scalibility
the ____ of a variable is the part of the program in which the variable is defined and, therefore, accessible
scope
when you represent character data in a program as a character constant, you enclose the character in _______
single quotation marks
is a header file
stdio.h
A(n) _____ is a group of a characters, such as a name
string
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 TRUE or FALSE
true
C++ uses // to denote a comment line TRUE or FALSE
true
in KDE, you can configure up to ____ different desktops
twenty
the decrement operator is a(n) _____ operator
unary
You can use three modifiers with int data types: short, long, and ______
unsigned