Answer:
2) Interpreted programming languages (e.g. Python, Perl)
3) In computer science, the syntax of a computer language is the set of rules that defines the combinations of symbols that are considered to be correctly structured statements or expressions in that language. That means that the each programing language has its own specific rules.
4) Pseudocode
5) Cryptographic coding, examples: The Caesar shift, Kryptos
Answer:
1.25 inches
Explanation:
It is 1.25 inches or 3.17 cm which is the left and right margin in the " Word 2003 document". And 1 inch or the 2.54 cm is being set as both sides left and right standard margin and 1.25 inches are also set for the top and bottom margin in the "Word 2003 document". And hence, by default, the left margin in Word 2003 document happens to be 1.25 inches.
Answer:
Explained
Explanation:
Improved Data Sharing and Data Security
Proper database management systems help increase organizational accessibility to data, which in turn helps the end users share the data quickly and effectively across the organization. A management system helps get quick solutions to database queries, thus making data access faster and more accurate.
Effective Data Integration
Implementing a data management system enhances an integrated picture of an organization’s operations. It becomes easy to see how processes in one segment of the organization affect other segments.
Increased productivity of end user
Deploying a database management system, will always result in the increased productivity of users.It empowers the end user to make well informed and quick decisions that can contribute in success and failure of any organization.
Answer:
B. Unsafe Sites
Explanation:
Unsafe Sites are not safe and contain content which may be offensive and which could also be harmful for younger children.
Answer:
(c) 16
Explanation:
An opcode is the short form for operation code which is also called instruction code. This code forms part of the instructions (instruction set) executed by the computer and it tells the computer the actual operation to be performed. The size of the opcode is the number of bits occupied by it. It is related to the instruction set size as follows;
2ˣ = I ----------------(i)
Where;
x = opcode size or bit
I = maximum or total number of instructions allowed
From the question,
x = 4 bits.
Substitute this value into equation (i) as follows;
2⁴ = I
I = 16.
Therefore, the maximum number of instructions allowed in your instruction set or your PROM - Programmable read-only memory - is 16