Podcast
Questions and Answers
Which of the following is a feature of C programming language?
Which of the following is a feature of C programming language?
- Low-level access to memory
- Extensive library support
- Object-oriented programming (correct)
- Pointers
What is the correct syntax for declaring a variable in C?
What is the correct syntax for declaring a variable in C?
- variable_name data_type;
- data_type variable_name; (correct)
- var data_type = variable_name;
- None of the above
Which database model uses tables to store data?
Which database model uses tables to store data?
- Object-oriented model
- Relational model (correct)
- Network model
- Hierarchical model
In DBMS, what is an attribute?
In DBMS, what is an attribute?
What is the purpose of an operating system?
What is the purpose of an operating system?
Flashcards are hidden until you start studying