Q1. Which of the following is not a type of computer code? Q1. Which of the following is not a type of computer code?
(A) EDIC (A) EDIC
(B) ASCII (B) ASCII
(C) BCD (C) BCD
(D) EBCDIC (D) EBCDIC
Answer: (A) EDIC Answer: (A) EDIC
The options listed are related to character encoding schemes, which are methods of representing text characters in computers. ASCII (American Standard Code for Information Interchange) is a widely used character encoding standard that represents text in computers, telecommunications equipment, and other devices. BCD (Binary-Coded Decimal) is a method of encoding decimal numbers where each decimal digit is represented by its own binary sequence. While primarily for numbers, it's a form of data representation or "code." EBCDIC (Extended Binary Coded Decimal Interchange Code) is another character encoding standard, primarily used on IBM mainframe operating systems.The options listed are related to character encoding schemes, which are methods of representing text characters in computers. ASCII (American Standard Code for Information Interchange) is a widely used character encoding standard that represents text in computers, telecommunications equipment, and other devices. BCD (Binary-Coded Decimal) is a method of encoding decimal numbers where each decimal digit is represented by its own binary sequence. While primarily for numbers, it's a form of data representation or "code." EBCDIC (Extended Binary Coded Decimal Interchange Code) is another character encoding standard, primarily used on IBM mainframe operating systems.
The Harappan culture, an ancient civilization that flourished in the Indus Valley, is primarily understood through the discovery and study of numerous archaeological sites. Excavations have uncovered cities, settlements, and artifacts that provide invaluable insights into the daily life, trade, religion, and urban planning of this ancient people.The Harappan culture, an ancient civilization that flourished in the Indus Valley, is primarily understood through the discovery and study of numerous archaeological sites. Excavations have uncovered cities, settlements, and artifacts that provide invaluable insights into the daily life, trade, religion, and urban planning of this ancient people.
Q2. Where is the headquarters of Food Safety and Standards Authority of India(FSSAI)? Q2. Where is the headquarters of Food Safety and Standards Authority of India(FSSAI)?
(A) Chennai (A) Chennai
(B) Kolkata (B) Kolkata
(C) New Delhi (C) New Delhi
(D) Pune (D) Pune
Answer: (C) New Delhi Answer: (C) New Delhi
The FSSAI has its headquarters at New Delhi. The authority also has four regional offices located in Delhi, Mumbai, Kolkata, and Chennai.
The Food Safety and Standards Authority of India (FSSAI) is a statutory body under the administration of the Ministry of Health and Family Welfare, Government of India. It regulates the manufacture, storage, distribution, sale, and import of food articles, while also establishing standards to ensure food safety. The FSSAI was established by the Food Safety and Standards Act, 2006, which consolidated all former acts and orders related to food safety that were previously handled by various ministries and departments.The FSSAI has its headquarters at New Delhi. The authority also has four regional offices located in Delhi, Mumbai, Kolkata, and Chennai.
The Food Safety and Standards Authority of India (FSSAI) is a statutory body under the administration of the Ministry of Health and Family Welfare, Government of India. It regulates the manufacture, storage, distribution, sale, and import of food articles, while also establishing standards to ensure food safety. The FSSAI was established by the Food Safety and Standards Act, 2006, which consolidated all former acts and orders related to food safety that were previously handled by various ministries and departments.
Q3. Which of the following is not a type of computer code? Q3. Which of the following is not a type of computer code?
(A) EDIC (A) EDIC
(B) ASCII (B) ASCII
(C) BCD (C) BCD
(D) EBCDIC (D) EBCDIC
Answer: (A) EDIC Answer: (A) EDIC
The options listed are related to character encoding schemes, which are methods of representing text characters in computers. ASCII (American Standard Code for Information Interchange) is a widely used character encoding standard that represents text in computers, telecommunications equipment, and other devices. BCD (Binary-Coded Decimal) is a method of encoding decimal numbers where each decimal digit is represented by its own binary sequence. While primarily for numbers, it's a form of data representation or "code." EBCDIC (Extended Binary Coded Decimal Interchange Code) is another character encoding standard, primarily used on IBM mainframe operating systems.The options listed are related to character encoding schemes, which are methods of representing text characters in computers. ASCII (American Standard Code for Information Interchange) is a widely used character encoding standard that represents text in computers, telecommunications equipment, and other devices. BCD (Binary-Coded Decimal) is a method of encoding decimal numbers where each decimal digit is represented by its own binary sequence. While primarily for numbers, it's a form of data representation or "code." EBCDIC (Extended Binary Coded Decimal Interchange Code) is another character encoding standard, primarily used on IBM mainframe operating systems.
Q4. Which of the following is not a type of computer code? Q4. Which of the following is not a type of computer code?
(A) Source code (A) Source code
(B) Object code (B) Object code
(C) Machine code (C) Machine code
(D) Design code (D) Design code
Answer: (D) Design code Answer: (D) Design code
Computer code refers to the instructions that a computer can understand and execute. Source code is human-readable code written by programmers using a high-level programming language (e.g., Python, Java, C++).Object code is the output of a compiler after translating source code into machine-readable instructions, but it's not yet executable on its own and often needs to be linked with other object files. Machine code is the lowest-level programming language, directly executable by a computer's CPU. It consists of binary instructions (0s and 1s).Bytecode is an intermediate form of code that is typically executed by a virtual machine (like the Java Virtual Machine). It's platform-independent.Computer code refers to the instructions that a computer can understand and execute. Source code is human-readable code written by programmers using a high-level programming language (e.g., Python, Java, C++).Object code is the output of a compiler after translating source code into machine-readable instructions, but it's not yet executable on its own and often needs to be linked with other object files. Machine code is the lowest-level programming language, directly executable by a computer's CPU. It consists of binary instructions (0s and 1s).Bytecode is an intermediate form of code that is typically executed by a virtual machine (like the Java Virtual Machine). It's platform-independent.