C182 /
PROGRAMMING AND SCRIPTING EXAM
/ // // //
QUESTIONS WITH CORRECT ANSWERS
// // // //
decimal /
/system //- /
/correct /
/answer(s) /
/✔✔ //uses //base //10, //so //the //symbols //0 //- //9 //(i.e., //10 //symbols) //to //represent //numbers.
Binary //- /
/correct /
/answer(s) /
/✔✔ //
a/
/base //
2 //system, //so //you //can //represent //any //number //you //want //using //just //two //digits: //0 //and //1.
byte //- /
/correct /
/answer(s) /
/✔✔ /
/Eight /
/bits /
/are /
/placed /
/together /
/into //
a/
/unit. /
, /is //
a/
/unit /
/of /
/digital /
/information /
/used /
/in /
/computing /
/and /
/telecommunications. /
/Because /
/of /
/its /
/size /
/(8 //bits), //in //most //computer //architectures //is //the //smallest //addressable //unit //of //memory.
octal //- /
/correct /
/answer(s) //✔✔ //every //value //is //represented //with //some //combination //of //8 //digits //(0-
7) //- //base //8.
hexadecimal //- /
/correct /
/answer(s) //✔✔ //every //value //is //represented //with //some //combination //of //16 //digits //(0-
9 //and //A,B,C,D,E,F) //- //base //16.
character /
/representation //- /
/correct /
/answer(s) /
/✔✔ /
/There /
/are /
/two /