True or false 11 - The Sarbanes-Oxley (SQX) Act regulates the integrity of publi
ID: 3768748 • Letter: T
Question
True or false
11 - The Sarbanes-Oxley (SQX) Act regulates the integrity of public databases.
12 - Data transactions should follow the ACID properties:
Atomic
Consistent
Individual
Dependable
13 - Rollback recovery and roll forward are two methods for dealing with database failures
14 - Databases may be "locked" to prevent transactions.
15 - The W3C is the body that comes up with the standards for WWW products and interaction
16 - HTML stands for hyper-technology make language
17 - Cascading style sheets defines the appearance of different elements, such as headers and links.
18 - Two common Web server interfaces are: Common Gateway Interface (CGI) and Application Program Interface (API)
Explanation / Answer
11) True
Sarbanes Oxley contain three rules that affect the management of electronic records.
For Its First Rule deals with destruction , alteration of falsification of records.
12)True
Because ACID Atomicity ,Consistency ,Isolation And Durabilty is a Set of Properties that
database transactions are processed reliably.
13) True
Database recovery from instance or disk failure is to roll forward.
rolling forward proceeds through as many redo log files as necessary to bring database forward in time. and
Rollback segments record database actions that should be undone certain database operations.
14) True
A database lock is used to lock some data in a databse so that only one database user/session may update that
particular data.
15)True
WWWC = World Wide Web Consortium is the main interantional standards organization for w3
Its creates standards for www products and ineraction
that formation process is defined within w3c process document , outlining for maturity levels through which each new standard or recommendation must progress.
16)False
HTML = Hyper Text Markup Language
17)True
Cascading Stylesheet defines tht appearance of different elements such as headers and links and etc
extension of CSS file is .css
18)True
Two web server Interfaces are : Common Gateway Interface (CGI)
and Application program interface (API)
CGI Specifies the transfer of information between web server and a CGI program .
CGI program are a common way for web servers to ineract dynamically with user requests.
API are also more efficient than CGI scripts. They are implemented as shared code or dynamic link libraries
This means that the code is resident in memory and can be calles dynamically as needed.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.