CIS*2750 Pretty Easy Quiz

A colorful and engaging illustration depicting coding symbols, network connections, and math fun<wbr>ctions, creating a dynamic learning environment for programming enthusiasts.

CIS*2750 Pretty Easy Quiz

Welcome to the CIS*2750 Pretty Easy Quiz! Test your knowledge on key concepts related to programming languages, data transmission protocols, and C programming. Perfect for students and enthusiasts!

  • 5 engaging questions
  • Covers C programming and network protocols
  • Check your understanding
5 Questions1 MinutesCreated by LearningCode101
What does "-lm" do as a compiler flag in C?
References the local "libmath.so" file
Reminds the compiler to limit its mathematical complexity.
References the "libm.so" file within global libraries.
Stands for "incLude Math" and works the same as adding "#include " in your code.
Why do we run python using "python3 (file)" instead of just "./(file)"?
Python files aren't real files, they're fake files stored inside the python3 program.
Python is an interpreted language, so we need to run the interpreter that runs the program line by line.
Python is a compiled language, but its compiler can't create an output file so we have to run it each time.
By writing "python3" first you tell Python to replace the "python3" command with your own code.
What is a difference between TCP and UDP?
TCP has more steps to properly implement it, UDP is slightly simpler.
TCP sends data, UDP receives data
TCP is for trans-computer communications, UDP is for users on a single device
TCP can reliably send data without loss of information, UDP can be lossy.
What are the arguments passed to the "qsort" function in C (ignoring the order)?
Size of each element
Pointer to the array
Double pointer to the array
Number of elements in the array
Size of the array in bytes
Pointer to a comparison function
Pointer to a second array that will be sorted
Data type of the array
What's the name of the document format that HTML and SVG files are both based on?
YML
This is a trick question, they're both completely different.
XML
SDF
HTTP
JSON
{"name":"CIS*2750 Pretty Easy Quiz", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Welcome to the CIS*2750 Pretty Easy Quiz! Test your knowledge on key concepts related to programming languages, data transmission protocols, and C programming. Perfect for students and enthusiasts!5 engaging questionsCovers C programming and network protocolsCheck your understanding","img":"https:/images/course2.png"}
Powered by: Quiz Maker