IT Specialist - Software Development Exam Questions and Answers (Solved Papers) First Normal Form (1NF) is a form of normalization that ensures that each column holds a single piece of data within an entity. - Correct Answers ✅1NF Third Normal Form (3NF) is a form of normalization that ensures a change to data in one field in an entity does not necessitate a change in another field within a database. - Correct Answers ✅3NF A base class with its methods overwritten when a class is derived from the base class. - Correct Answers ✅Abstract Class A keyword, such as public or private, that designates access to a class and parts of a class. - Correct Answers ✅Access Modifier A project management method geared toward projects with rapidly changing requirements. - Correct Answers ✅Agile A fixed amount of values for a single variable. - Correct Answers ✅Array Tasks that can run concurrently. - Correct Answers ✅Asynchronous Tasks 1 / 3
IT Specialist - Software Development Exam Questions and Answers (Solved Papers) A class that serves as the basis for other or derived classes. - Correct Answers ✅Base Class A recursive search through identifying a middle element until that element matches what is being searched. - Correct Answers ✅Binary Search A data type that stores a true or false value. - Correct Answers ✅Boolean In the context of version control, a copy of files and folders a group can work on and then merge with other branches. - Correct Answers ✅Branch A suite of tools that help developers follow the logic of and troubleshoot webpages from within a browser. - Correct Answers ✅Browser Developer Tools A sort in which each element is compared to the next element and then arranged according to the rules of the sort.
- Correct Answers ✅Bubble Sort
A blueprint for an object. - Correct Answers ✅Class 2 / 3
IT Specialist - Software Development Exam Questions and Answers (Solved Papers) Programming involving code that is processed on a client machine when an app runs. - Correct Answers ✅Client- Side Programming In the context of version control, the saving of a local copy of all or part of a repository from GitHub. - Correct Answers ✅Clone In terms of transactions, the finalizing of all processes within a transaction. - Correct Answers ✅Commit The act of action being taken on the same data from two different people simultaneously. - Correct Answers ✅Concurrency A group of connections an app uses to connect from the app to a server, often a database server. - Correct Answers ✅Connection Pool In terms of databases, a limitation on the data entered within a data field. - Correct Answers ✅Constraint A block of code that forms a class. - Correct Answers ✅Constructor
- / 3