In(71)programming,the user determines the sequence of instructions to be executed,not the programmer.
A.top-down
B.structure
C.data-driven
D.event-driven
第1题:
WebSQL is a SQL-like ( 71 ) language for extracting information from the web.Its capabilities for performing navigation of web ( 72 ) make it a useful tool for automating several web-related tasks that require the systematic processing of either ail the links in a (73), all the pages that can be reached from a given URL through (74) that match a ' pattern, or a combination of both.WebSQL also provides transparent access to index servers that can be queried via the Common (75) Interface.
A.query
B.transaction
C.communication
D.programming
第2题:
以下4个程序中,完全正确的是
A.#include <stdio.h> main(); {/*programming*/ printf("programming!\n");}
B.#include <stdio.h> main(); {/*/ programming /*/ printf("programming!\n");}
C.#include <stdio.h> main() {/*/*programming*/*/ printf("programming!\n");}
D.include <stdio.h> main() {/*programming*/ printf("programming!\n");}
第3题:
以下四个程序中,完全正确的是
A.#include int main() { /* programming */ printf("programming!n"); return 0; }
B.#include int main() { /*/* programming */*/ printf("programming!n"); return 0; }
C.include int main() { /* programming */ printf("programming!n"); return 0; }
D.#include int main(); { /*/ programming /*/ printf("programming!n"); return 0; }
第4题:
The central processing unit(CPU), sometimes referred to as the processor, interprets(解释)and carries out the basic(71)that operate a computer.
A.database
B.files
C.block
D.instructions
第5题:
以下4个程序中,完全正确的是
A.#include<stdio.h> main(); {/*programming*/ printf("programming!\n");}
B.#include<stdio.h> main() {/*/programming/*/ printf("programming!\n");}
C.#include<stdio.h> main() {/*/*programming*/*/ printf("programming!\n")}
D.include<stdio.h> main() {/*programming*/ printf("programming!\n");}