What is C Language
1. Why is C called a mid-level programming language?
2. What are the features of the C language?
3. What is a token?
4. What is the use of print f() and scan f() functions? Also explain format specifiers?
5. What is a built-in function in C?
6. What is a Preprocessor?
7. What are the basic data types in C? Provide examples of each.
8. What is the difference between #include <stdio.h> and #include “file.h”?
9. What is the purpose of a main () function in C?
10. Explain the difference between printf () and scanf ().
11. What are keywords in C? List five examples and their uses.
12. What is the difference between a compiler and an interpreter? Why is C a compiled
language?
13. Explain the difference between call by value and call by reference
14. What is a preprocessor in C? List common preprocessor directives and their uses.
15. What is a storage class in C?
What is HTML
1. Can we display a web page inside a web page or is nesting of webpages possible?
2. What are tags and attributes in HTML?
3. What are void elements in HTML?
4. What is the advantage of collapsing white space?
5. What are HTML Entities?
6. What is the ‘class’ attribute in HTML?
7. What is the difference between the ‘id’ attribute and the ‘class’ attribute of HTML elements?
8. Define multipart form data?
9. Describe HTML layout structure.
10. How to optimize website assets loading?
11. What are the various formatting tags in HTML?
12. What are the different kinds of Doctypes available?
13. Please explain how to indicate the character set being used by a document in HTML?
14. What is the difference between <strong>, <b> tags and <em>, <i> tags?
15. What is the significance of <head> and <body> tag in HTML?
16. Are the HTML tags and elements the same thing?
17. How is Cell Padding different from Cell Spacing?
18. How can we club two or more rows or columns into a single row or column in an HTML
table?
19. Is it possible to change an inline element into a block level element?
20. In how many ways can we position an HTML element? Or what are the permissible values of
the position attribute?
21. In how many ways you can display HTML elements?
22. What is the difference between “display: none” and “visibility: hidden”, when used as
attributes to the HTML element.
23. How to specify the link in HTML and explain the target attribute?
24. In how many ways can we specify the CSS styles for the HTML element?
25. Difference between link tag <link> and anchor tag <a>?
26. When to use scripts in the head and when to use scripts in the body?
27. What are forms and how to create forms in HTML?
SQL
1. What is SQL?
2. What is a database?
3. What is a DBMS with some examples?
4. What is the difference between SQL and NoSQL?
5. What are the types of SQL statements?
6. Give some examples of common SQL commands
7. What is the difference between a primary key and a foreign key?
8. What is a join?
9. What are tables and fields in SQL?
10. What is RDBMS?
11. What are the types of joins? Explain with examples.
12. What is an index and its types?
13. How to create a table?
14. What are CRUD Operations? Explain with examples.
15. What are aggregate functions? Give some examples of functions.
16. What is the difference between SQL and PL/SQL?
17. What is a composite key?
18. What is the difference between DELETE and TRUNCATE?
19. What is the difference between DROP and TRUNCATE?
20. What are constraints, and give some examples of constraints?
What is CSS
1. What are the advantages of using CSS?
2. What is the Box model in CSS? Which CSS properties are a part of it?
4. What are the limitations of CSS?
5. How to include CSS in the webpage?
6. Give some examples of common SQL commands
7. What is the difference between a primary key and a foreign key?
8. What is a join?
9. What are tables and fields in SQL?
10. What is RDBMS?
11. What are the types of joins? Explain with examples.
12. What is an index and its types?
13. How to create a table?
14. What are CRUD Operations? Explain with examples.
15. What are aggregate functions? Give some examples of functions.
16. What is the difference between SQL and PL/SQL?
17. What is a composite key?
18. What is the difference between DELETE and TRUNCATE?
19. What is the difference between DROP and TRUNCATE?
20. What are constraints, and give some examples of constraints?
Java
1. Is Java Platform Independent if then how?
2. What are the top Java Features?
3. What is JVM?
4. What is JIT?
5. What are Memory storages available with JVM?
6. What is a class loader?
7. Difference between JVM, JRE, and JDK.
8. What are the differences between Java and C++?
9. Explain public static void main (String args[]) in Java.
10. What is Java String Pool?
11. What will happen if we don't declare the main as static?
12. What are Packages in Java?
13. Why Packages are used?
14. What are the advantages of Packages in Java?
15. How many types of packages are there in Java?
16. Explain different data types in Java.
17. When a byte datatype is used?
18. Can we declare Pointer in Java?
19. What is the default value of byte datatype in Java?
20. What is the default value of float and double datatype in Java?
21. What is the Wrapper class in Java?
22. Why do we need wrapper classes?
23. Differentiate between instance and local variables.
24. What are the default values assigned to variables and instances in Java?
25. What is a Class Variable?