Web authoring programs that allow you to build a page without interacting directly with HTML code are known as ________.

A. flash apps
B. animation editors
C. mobile apps
D. WYSIWYG editors


Answer: D

Computer Science & Information Technology

You might also like to view...

We studied the rand() and srand(int) library functions. The function rand() returns pseudorandom numbers. What does pseudorandom mean? What is srand for?

a) Repeated calls to the rand() function returns a string of numbers that are mostly different but they aren’t random in any sense. b) Pseudorandom numbers are things that resemble numbers but aren’t numbers. c) In scientific use the word pseudo means resembling. A pseudorandom number sequence resemble random number sequence, but are not strictly random. d) The function srand(arg) is a helper function for rand(). It must be called with the same argument, just before rand(), every time rand() is called. e) The function srand(arg) is the seeding function for rand(). Each call to s srand(arg) with a different argument enables a sequence of calls to rand() to generate a different sequence of pseudorandom numbers.

Computer Science & Information Technology

Which of the following is NOT true about managing system resources?

A) The system resources on your computer include the processor and the memory. B) A buffer is an area that temporarily holds data and instructions. C) A virtual printer does not have a print queue. D) The spooling buffer monitors your system and indicates when emails are ready to be sent.

Computer Science & Information Technology

________ is a shape that can used to add notes, frequently used in cartooning

A) A callout B) WordArt C) SmartArt D) A vertex

Computer Science & Information Technology

A multifactor readeris a smart card reader that includes a PIN pad, a biometric reader, or both to allow multifactor authentication.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology