Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 50 pages
Exam (elaborations)

CNIT 315 ACTUAL QUESTIONS AND CORRECT ANSWERS COMPLETE INFORMATION TECHNOLOGY STUDY GUIDE

Document preview thumbnail
Preview 4 out of 50 pages

CNIT 315 ACTUAL QUESTIONS AND CORRECT ANSWERS COMPLETE INFORMATION TECHNOLOGY STUDY GUIDE

Content preview

CNIT 315 ACTUAL QUESTIONS AND
CORRECT ANSWERS COMPLETE
INFORMATION TECHNOLOGY STUDY
GUIDE

●● Record
Answer: all data fields form a single field called this


●● Structure
Answer: In C a record is referred to as this


●● Structure's form
Answer: consists of the symbolic names, data types, and arrangement of
individual data fields in the record


●● Structure's contents
Answer: consist of the actual data stored in the symbolic names


●● Single Structure layout
Answer: struct
{
int month;

,int day;
int year;
} birth;


●● Single Structure definition
Answer: Reserves storage for the individual data items listed in the
structure


●● Members of the structure
Answer: data items declared in the struct (ex. int month;)


●● Populating the structure
Answer: Assigning actual data values to the data items of a structure


●● Rigid
Answer: Spacing of a structure is not ________


●● Structure type name
Answer: defined by user and first letter is capital (ex. struct Date)


●● Arrays
Answer: Initialization of structures follows the same rules as for the
initialization of ___________

,●● True
Answer: Structure members can be of any data type


●● struct
{
char name[20];
struct Date birth;
} person;


Valid: person.name[4];
Answer: Individual members can be arrays and structures, advantage
that same structure type can be used in a list many times


●● NUMRECS 5
Answer: Used to define an array of data


●● 0/nulls
Answer: Without explicit initializers, the numeric elements of both static
and external arrays or structures are initialized to ______________


●● Parallel arrays

, Answer: are two or more arrays, where each array has the same number
of elements and the elements in each array are directly related by their
position in the arrays, rarely used anymore


●● display(emp.idNum) ;
calcPay(emp.payRate,emp.hours);
Answer: Individual structure members may be passed to a function in
the same manner as any scalar variable


●● calcPay(emp);
Answer: On most compilers, complete copies of all members of a
structure can also be passed to a function by including the name of the
structure as an argument to the called function


●● Reference
Answer: A structure can be passed by this ( ex. calcNet(&emp);
double calcNet(struct Employee *pt)
(*pt).idNum or *pt->idNum )


●● ++ and --
Answer: can be applied to structures (ex. ++pt->hours
(pt++)->hours
(++pt)->hours )

Document information

Uploaded on
June 9, 2026
Number of pages
50
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$13.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TopGradeInsider
4.1
(9)
Sold
134
Followers
1
Items
48227
Last sold
6 days ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions