Answer:
C) Project and Form
Explanation:
In saving a Visual Basic project properly, the following: two components part that is involved are:
1. Project - this is the project file that will be saved in the computer's memory. On the toolbar of a Visual Basic Editor, there is a "Save Project File" icon, which will be clicked to save a Project file.
2. File - the is the Visual Basic Editor's user interface. Just like "window" in Microsoft Office, it is the space used in writing or building the project file.
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The CPU is responsible for processing instruction. CPU instruction processing goes through three stages. Fetch, Decode, and Execute.
When the program runs, program code is copied from secondary storage into main memory. CPU's program counter set to the first instruction of the program stored in memory where the program starts executing.
When a program is being executed, it goes through fetch-decode-cycle. which repeats over and over again until reaching the STOP instruction.
The processor check which next instruction to be executed, then the processor fetches that instruction value from the memory location. once the instruction being fetched it gets decoded and executed. This instruction processing cycle repeating until the CPU finds a stop instruction.
Answer:
correct option is D i.e. 20
Explanation:
Given data:
Parallelizable portion is given as 95%
so remaining will be serial portion i.e. 5%
we know that, for infinite number of cpus, maximum speed is calculated as
where f denote serial portion = 5% = 0.05
v = 20
hence so for serial portion of 5%, maximum speed is 20
correct option is D i.e. 20
<u>Extensible Markup Language (XML)</u> is a markup language designed to transport and store data on the Web.
Explanation:
- Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable
- Extensible means that the language is a shell, or skeleton that can be extended by anyone who wants to create additional ways to use XML.
- Markup means that XML's primary task is to give definition to text and symbols.
- It is a textual data format with strong support, Unicode for different human languages.
- Extensible Markup Language (XML) is used to describe data.
- The design goals of XML emphasize simplicity, generality, and usability across the Internet.
- It is a text-based markup language derived from Standard Generalized Markup Language (SGML).