4 Flashcards
(50 cards)
What does ROM stand for?
Read Only Memory
What does one-tier mean?
Something (ex. an application) only runs on a single machine. one-tier can also be called
single-tier.
In programming what is a method?
A method is function or action that an object can perform.
What does EMI stand for?
Electromagnetic Interference.
What file system should you select when configuring a second disk in your Windows computer, if you require encryption and compression support during formatting?
A. FAT32.
B. NTFS.
C. EXT4.
D. HFS.
B. NTFS
What does NTFS stand for?
New Technology File System
What does EULA stand for?
End User Licensing Agreement
What is an EULA concurrent license?
A particular software can be installed on an unlimited number of computers, but can only be used by X number of users at a time.
Which of these features must a computer possess to fulfill the request of James’ boss for a computer with an optical drive?
A. CD-ROM drive.
B. Blu-ray drive.
C. CD/DVD writer drive.
D. DVD-ROM drive.
D. DVD-ROM drive.
Which of the following actions was taken when an administrator provided authorization for a user to access data within a database?
A. Data definition.
B. Data correlation.
C. Data manipulation.
D. Data gathering.
A. Data definition
Which programming concept is represented by the ability of a boss object to jump, as created by a game developer during game development?
A. Attribute.
B. Object.
C. Method.
D. Properly.
A. Attribute
Stan, the receptionist at Bayland Widgets Corporation, has been using an older Windows computer that has been functioning well for over three years. However, the computer has recently started shutting down unexpectedly. What is the probable cause of this issue?
A. Power supply corruption.
B. Power supply failure.
C. Increased ventilation.
D. Dust accumulation.
D. Dust accumulation
Suppose Penny makes use of a company laptop to create a presentation and notes that the mouse pointer keeps moving across the computer screen even when she is not operating the mouse. What initial measure should she take to troubleshoot and fix the problem?
A. Disable the touchpad.
B. Call tech support.
C. Check Mouse options in the Control Panel.
D. Reboot the computer.
C. Check Mouse options in the Control Panel.
What is the best approach to meet the needs of a scenario where a company’s cloud-hosted website uses a database to store product documentation, with the web server and database server on different networks and employees creating and updating product documents that are available through the website?
Correct answers: 2/2 selected
A. Place read replicas in the cloud-based data tier.
B. Place a writable replica in the cloud-based data tier.
C. Place a readable replica on-premises.
D. Place a writable replica on-premises.
C. Place a readable replica on-premises
B. Place a writable replica in the cloud-based data tier.
Detailed Explanation
Place a readable replica on-premises and place a writable replica in the cloud-based data tier is best suited for scenarios where employees are working on-premises and creating or updating product documents that will be available through a cloud-hosted website. By placing a readable replica of the database on-premises, employees can access the data quickly and efficiently without having to connect to the cloud-based data tier, which can improve performance and minimize latency. This is particularly important for situations where fast access to data is critical to the success of business operations.
At the same time, it is important to ensure that the data is stored securely and redundantly, which is why placing a writable replica of the database in the cloud-based data tier is recommended. This provides an added layer of security for the data, as well as redundancy in case the on-premises replica becomes unavailable for any reason. By placing a writable replica in the cloud-based data tier, automatic backups and disaster recovery can also be implemented, which can be critical in case of any issues with the on-premises database.
While placing read replicas in the cloud-based data tier may improve performance for remote users accessing the website, it does not provide a reliable source of data for employees working on-premises. Similarly, placing a writable replica on-premises would provide quick access to the data, but it would not offer the security and redundancy of having the data stored in the cloud.
Placing read replicas in the cloud-based data tier and placing a writable replica on-premises are not the ideal solutions for this scenario for several reasons.
Placing read replicas in the cloud-based data tier can improve the performance for remote users accessing the website, but it would not provide a reliable source of data for employees working on-premises. This is because remote users may have slower network connections and would benefit from accessing a closer data source, whereas on-premises employees can access the data quickly by using a local database. This approach may also introduce additional latency due to the need to synchronize data between the read replicas and the writable replica.
On the other hand, placing a writable replica on-premises would provide quick access to the data for on-premises employees, but it would not provide the security and redundancy of having the data stored in the cloud. This could be problematic in case of any issues with the on-premises database, such as hardware failure or natural disasters.
Therefore, the best approach for this scenario is to place a readable replica on-premises and a writable replica in the cloud-based data tier, which provides the best balance of performance, security, and reliability.
what does ssl stand for?
secure socket layer
What does NFC stand for?
Near Field Communication
MongoDB is a popular database that uses a document-oriented data model. What does being a document-oriented data model mean?
Data is stored in collections of JSON-like documents, rather than in a traditional relational database table structure.
What does JSON stand for? Also give two characteristics of it.
JavaScript Object Notation
human readable
easy for machines to parse and generate
Three things MongoDB is know for?
scalability
high performance
ease of use
Name three systems that might use MongoDB
web applications
content management systems
real-time analytics
Name the NoSQL database that provides scalability and flexibility for businesses to handle large amounts of unstructured data.
IBM Domino
Name four applications that that IBM Domino is often used.
web application development
mobile application development
collaboration applications
workflow applications
Name three IBM Domino supported programming languages.
Java
JavaScript
LotusScript
Name two NoSQL databases and one relational database
IBM Domino - NoSQL
MongoDM - NoSQL
Microsoft SQL - relational