1.Question 1Which of the following is a code storage tool? 1 pointHTML Code Editor Git IDE 2.Question 2Which of the following technologies adds more styles and function to CSS? 1 pointHTML MORE LESS SASS 3.Question 3Which of the following statements is true regarding pair programming? 1 pointMost developers find pair programming to be an unproductive use of their time. Pair programming always consists of one developer typing in the code while the other is reviewing the code as it’s written. Pair programming is a type of agile development where two developers plan and discuss their ideas as they create a solution. Pair programming requires two developers to be in the same physical location. 4.Question 4Which of the following do version control systems help you keep track of? 1 pointErrors in the code. Program flow. Bug reports. Who changed the code. 5.Question 5Which type of software engineer develops the software that users interact with? 1 pointBack-end engineers Front-end engineer Systems developer Network engineer 6.Question 6Which of the following is an example of a hard skill? 1 pointCloud computing Problem solving Adaptability Communication 7.Question 7Which of the following are reasons for the high demand for software engineers? 1 pointMany software engineers are retiring. Lots of software engineers are leaving the industry. Most organizations need software applications and websites. There’s a lack of people interested in the field. 8.Question 8A senior software engineer often: 1 pointMentors other software engineers. Monitors the requirements for corporate technologies. Takes responsibility for the overall architecture and design of a product. Identifies hiring needs for a company. 9.Question 9Which of the following is an advantage of using the software development lifecycle (SDLC)? 1 pointTeam members share the same roles and responsibilities Solve problems during the coding phase Respond to changing requirements Increases risks 10.Question 10Which software development process verifies that the software matches established requirements and is free from bugs? 1 pointTesting Debugging Coding Design 11.Question 11Which of the following specifications specifies policy and regulation requirements? 1 pointApplication Requirements Specification (ARS) User Requirements Specification (URS) System Requirements Specification (SysRS) Software Requirements Specification (SRS) 12.Question 12Which of the following software development methodologies easily handles changing requirements and enables feedback to be regularly incorporated into the solution? 1 pointSequential V-shape model Waterfall Agile 13.Question 13Fill in the blank. An attribute of an object is called a ________. 1 pointblueprint class property instance 14.Question 14Which of the following is a characteristic of a component? 1 pointExtensible Repeatable Revisable Context-specific 15.Question 15Which type of architecture is a computing model in which a server hosts, delivers, and manages most of the resources and services delivered to a client? 1 pointMicroservices Peer-to-peer 3-tier 2-tier 16.Question 16Which environment is intended for use by all users? 1 pointDevelopment Staging Production QA 17.Question 17Which one of the following is an example of an interpreted programming language? 1 pointC Java JavaScript C++ 18.Question 18What four key database operations does the acronym CRUD stand for? 1 pointCreate, Read, Update, Delete Create, Read, Undo, Detain Correct, Read, Update, Detain Correct, Randomize, Undo, Delete 19.Question 19The “While” keyword is used to perform which of the following type of programming logic? 1 pointBranch Loop If For 20.Question 20What is the name of a special type of identifier that you can use to reference multiple program elements? 1 pointConstant Variable Container Identifier
Question
1.Question 1Which of the following is a code storage tool? 1 pointHTML Code Editor Git IDE 2.Question 2Which of the following technologies adds more styles and function to CSS? 1 pointHTML MORE LESS SASS 3.Question 3Which of the following statements is true regarding pair programming? 1 pointMost developers find pair programming to be an unproductive use of their time. Pair programming always consists of one developer typing in the code while the other is reviewing the code as it’s written. Pair programming is a type of agile development where two developers plan and discuss their ideas as they create a solution. Pair programming requires two developers to be in the same physical location. 4.Question 4Which of the following do version control systems help you keep track of? 1 pointErrors in the code. Program flow. Bug reports. Who changed the code. 5.Question 5Which type of software engineer develops the software that users interact with? 1 pointBack-end engineers Front-end engineer Systems developer Network engineer 6.Question 6Which of the following is an example of a hard skill? 1 pointCloud computing Problem solving Adaptability Communication 7.Question 7Which of the following are reasons for the high demand for software engineers? 1 pointMany software engineers are retiring. Lots of software engineers are leaving the industry. Most organizations need software applications and websites. There’s a lack of people interested in the field. 8.Question 8A senior software engineer often: 1 pointMentors other software engineers. Monitors the requirements for corporate technologies. Takes responsibility for the overall architecture and design of a product. Identifies hiring needs for a company. 9.Question 9Which of the following is an advantage of using the software development lifecycle (SDLC)? 1 pointTeam members share the same roles and responsibilities Solve problems during the coding phase Respond to changing requirements Increases risks 10.Question 10Which software development process verifies that the software matches established requirements and is free from bugs? 1 pointTesting Debugging Coding Design 11.Question 11Which of the following specifications specifies policy and regulation requirements? 1 pointApplication Requirements Specification (ARS) User Requirements Specification (URS) System Requirements Specification (SysRS) Software Requirements Specification (SRS) 12.Question 12Which of the following software development methodologies easily handles changing requirements and enables feedback to be regularly incorporated into the solution? 1 pointSequential V-shape model Waterfall Agile 13.Question 13Fill in the blank. An attribute of an object is called a ________. 1 pointblueprint class property instance 14.Question 14Which of the following is a characteristic of a component? 1 pointExtensible Repeatable Revisable Context-specific 15.Question 15Which type of architecture is a computing model in which a server hosts, delivers, and manages most of the resources and services delivered to a client? 1 pointMicroservices Peer-to-peer 3-tier 2-tier 16.Question 16Which environment is intended for use by all users? 1 pointDevelopment Staging Production QA 17.Question 17Which one of the following is an example of an interpreted programming language? 1 pointC Java JavaScript C++ 18.Question 18What four key database operations does the acronym CRUD stand for? 1 pointCreate, Read, Update, Delete Create, Read, Undo, Detain Correct, Read, Update, Detain Correct, Randomize, Undo, Delete 19.Question 19The “While” keyword is used to perform which of the following type of programming logic? 1 pointBranch Loop If For 20.Question 20What is the name of a special type of identifier that you can use to reference multiple program elements? 1 pointConstant Variable Container Identifier
Solution
- Git is a code storage tool.
- SASS adds more styles and function to CSS.
- Pair programming is a type of agile development where two developers plan and discuss their ideas as they create a solution.
- Version control systems help you keep track of who changed the code.
- Front-end engineers develop the software that users interact with.
- Cloud computing is an example of a hard skill.
- Most organizations need software applications and websites, which is a reason for the high demand for software engineers.
- A senior software engineer often takes responsibility for the overall architecture and design of a product.
- An advantage of using the software development lifecycle (SDLC) is that it allows for the ability to respond to changing requirements.
- Testing is the software development process that verifies that the software matches established requirements and is free from bugs.
- System Requirements Specification (SysRS) specifies policy and regulation requirements.
- Agile is a software development methodology that easily handles changing requirements and enables feedback to be regularly incorporated into the solution.
- An attribute of an object is called a property.
- A characteristic of a component is that it is extensible.
- A 3-tier architecture is a computing model in which a server hosts, delivers, and manages most of the resources and services delivered to a client.
- The production environment is intended for use by all users.
- JavaScript is an example of an interpreted programming language.
- The acronym CRUD stands for Create, Read, Update, Delete.
- The “While” keyword is used to perform loop programming logic.
- A variable is a special type of identifier that you can use to reference multiple program elements.
Similar Questions
As the project manager of an Agile team, you decide that your team should use pair programming and daily standups. Which two Agile approaches does this team blend? Select all that apply.1 pointScrumLeanXPKanban
What are some advantages of using Visual Studio Code?A flexible interface and productivity toolsIt's a video game development platformIt doesn't offer any collaboration toolsIt doesn't offer any collaboration tools
Question 9As a developer, it is best to use a _____________ to write and maintain code.1 pointWord ProcessorIntegrated Development EnvironmentWeb BrowserDevelopment Book
1.Question 1Which of the following types of technology is a software engineer likely to use on a daily basis? 1 pointRouters Network switches Programming languages Electrical circuits 2.Question 2Which of the following can a software engineer use to submit code for review? 1 pointMVPs Bug report Merge request Analysis software 3.Question 3Which of the following is an example of a soft skill? 1 pointAdaptability Cloud computing Testing Agile development 4.Question 4Which of the following tasks is likely to be undertaken by a senior software engineer but not by a junior one? 1 pointTesting code Documenting code Writing code Designing solutions 5.Question 5Job requirements are a combination of… 1 pointHard skills and qualifications Easy skills and soft skills Hard skills and soft skills Soft skills and personality traits
1.Question 1What is the relation between Git and GitHub?1 pointGitHub is an online hosting service for Git repositories. GitHub is an open-source tool used to create Git. GitHub is a program required for version control on Git. GitHub is a main section in the Git project workflow. 2.Question 2What type of version control system is Git? 1 pointCentralized Distributed Remote Local 3.Question 3Which of the following describes a repository?1 pointA basic unit of storage in Git that cannot be changed A data structure that stores documents and source codeA plain text file that explains the purpose of a project A collection of user accounts that are connected to a pull request 4.Question 4What is the purpose of a license? 1 pointTo establish a secure remote login between computersTo record all changes made to a repositoryTo describe the purpose of the projectTo express how people can use your code5.Question 5What is the role of “commit” in GitHub? 1 pointTo mergeTo undo changesTo save changes To pull requests 6.Question 6Which of the following options fits the following description?A DevOps platform, delivered as a single application that provides access to the Git repositories1 pointGitLabGitHubBeanstalkBitbucket7.Question 7Which of the following statements is associated with a working directory?1 pointContains project folders that are set up for version controlCopy of a repositoryA separate line of development that allows one to work independentlyContains the files and subdirectories on the computer that are associated with a Git repository
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.