Ctrl + F is the shortcut in your browser or operating system that allows you to find words or questions quickly.
Ctrl + Tab to move to the next tab to the right and Ctrl + Shift + Tab to move to the next tab to the left.
On a phone or tablet, tap the menu icon in the upper-right corner of the window; Select "Find in Page" to search a question.
Share UsSharing is Caring
It's the biggest motivation to help us to make the site better by sharing this to your friends or classmates.
The process of designing, creating, maintaining software applications, utilizing programming languages and needs to meet user and business requirements.
What does the Length() function do?
Which one is *not* a logical operator?
What data type holds TRUE or FALSE?
To check whether we have developed the product according to the customer requirements r not. It is a Dynamic process
What do we call the data a user puts in to a program?
What are the four parts of a Use Case Diagram?
The picture shows a ...
Decomposition-based design optimization consists of two steps: ______________, and coordination of the design of the decomposed system.
Agile software development focuses on the ................doing the work
What do we call test data that is inside the range the program should work with?
_ _ _ _ _ _ _ _ _ _ _ _ _ means the routines in a program that respond to abnormal input or conditions.
A Data Flow Diagram (DFD) is similar to a Context Diagram except that it has an extra symbol for ______________________
Install and test new system is done in which phase?
Each phases in waterfall model must be completed before starting the next phase.
List the four common models of Software Development Life Cycle (SDLC)
Look at the following algorithm and decide what would happen if the variable 'shoppingTotal' contained the value 60. IF shoppingTotal > 80 THEN discount = '20%'ELSEIF shoppingTotal > 70 THEN discount = '10%'ELSEIF shoppingTotal > 60 THEN discount = '5%'ELSE discount = 'No Discount'
What does <> mean?
Which of the following data collection methods help to investigate a new system in detail?
Unlike the easy-to-start console versions, the Windows versions require a _ _ _ _ _ _ _ _ _ installation process and hefty computer power.
What function do we use to choose a number as if by chance?
What is a complex condition?
It measures the quality of processes used to create a quality product.It is a system of management activities,It is a preventive process, It applies for entire life cycle & deals with process.
In parallel development life cycles it is necessary to keep the track of
What does declaring a variable do?
It is the most important stage in SDLC
Which error type gives the wrong results but seems like it is working.
The software life cycle model adopted for a project can have any serious impact on the process of testing.
Choose all the words that mean 'eszköz' or are a synonym for it.
What does = mean?
When should users be trained on a new system?
Paper flow is
What kind of loop is a FOR loop?
What does the function Round() do?
Strongly typed programming languages are characterised:
It is a process that consists of a series of planned activities to develop or alter the Software Products
Boundary value analysis belongs to which testing method?
What symbol do we use to concatenate strings?
Incremental model is the one in which
Which symbol do we use to subtract (take away) in Computing?
What function finds how many characters are in a string?
In authentication, one-time password is an example of
The purpose of an SRS is to (tick all applicable options)
Why do we identify the inputs, outputs and processes for a program specification?
V-model test levels can't be combined considering a particular project nature or sometimes system architecture.
Variance from product specifications is called?
What command do we use for loops (in LiveCode)?
Train users is done in which phase?
What is the file _______________?
An _ _ _ _ _ _ _ _ _ is a goal or something to aim for.
.................. provide the environment that allows the team to be successful.
'Scrapping' is to
_______________ is a method of data collection in which several people can participate at the same time.
How do we choose names for our variables?
What is an Integer?
Tick all the words meaning 'termék'
Prioritizing project request is done in which phase?
When planning a usability test for a small application, which of the following features should be taken into account? (Select all that apply).
A _______________________________________________ is a document that contains the outcome of the analysis stage of the PSM.
Agile is a software development methodology that focuses on flexibility, collaboration and efficiency that allow teams to deliver ............ products.
Which of the following models is based on iteration?
Integration testing in which all software and hardware elements are combined all at once and not in rather than in stages.
Component testing may include testing of
True or False? We use square brackets [] to identify one element of an array.
Which shape is a decision in a structure diagram?
_ _ _ _ _ _ _ _ _ _ _ _ is the act of expecting or foreseeing something.
What is this?
A software development company have launched a pre-release version of their latest application to a select group of users. These users may use the application for free but are asked to complete an online survey on the usability of the application.This type of testing is known as:
In a Use Case Diagram, 'Add Customer, 'Check Balance', 'Deposit Amount' are all examples of
What do we call what a program does to its data?
In the Context Diagram shown here, 'Doctor', 'Patient' and 'Medicare' are examples of
Components test scripts have to be written even before the code is written in
Which error type stops a program in the middle?
Which one of the following best describes the key workflows in a Software Development Life Cycle?
.................... is when the product owner and the rest of the team refine the backlog on a regular basis.
What is MVP?
What does ^ mean in Computing?
The whole team was involved ____ the project.
What does > mean?
Which one is not part of code readability?
Software development activities influence
Whisc is NOT a meaning of 'agility'?
SRS means Software Requirement...
The network will be down for an hour for routine ___________ .
Non functional tests may include
Choose the correct meanings of 'deployment'.
'To be responsible for something' has the same meaning as
It is the g_ _ _ _ _ _ _ _ r_ _ _ _ _ _ _ _ _ _ _ _ of SMC Algorithm with Kernel Highlighted.
Which of the following SDLC models is most expensive to implement?
How do you know you have a logic error?
A ................. ............. is a list of the new features, changes to existing features, bug fixes, infrastructure changes or other activities that a team may deliver in order to achieve a specific outcome.
The customer can halt the project if it is not delivering the expected value in
What are the three main tasks to identify in functional analysis?
A stub would replace
Mention 5 terms you can read in an Installation Guide.
Which of the following data collection methods is best suited to understand the feelings, attitudes and opinions of people.
Which of the following data collection methods is most difficult to perform remotely?
I am eager to do what I can to help my students to s_ _ _ _ their p_ _ _ _ _ _ _ _.
What are the logical operators?
A Non-Functional Software testing done to check if the user interface is easy to use and understand
It is an extension of waterfall model and is based on the association of a testing phase for each corresponding development stage.
Traceability is
What do we call the information a user gets out of a program?
Objective of system testing is to
Which error type does not stop the program, but gives the wrong results.
Entities are shown in a Context Diagram using the symbol
Which shape is an input in a Flowchart?
What is iteration in Computing Science?
In the Use Case Diagram shown, what kind of relationship occurs between Administrator and 'Manage User'?
_ _ _ _ _ _ _ _ _ _ _ with something = knowledge of something
In analysis, what is an output?
What does * mean in Computing?
Programming languages for developing applications are determined during the planning phase.Which one of the following programming languages would be most suitable for writing an Android app?
A s_ _ _ _ _ _ _ _ t_ _ _ _ _ _ p_ _ _ _ _ _ _ is the examination of a software or system component to find out if it works as required.
The following standard algorithm: Set temp to first value in a list For each value in the list IF value in the list is greater than temp set temp to value in list End loop is an example of a:
The Unified Modelling Language (UML) is commonly used in current software development methodologies. What type of UML diagram shows who should be able to perform specific functional requirements?
Which one is NOT an example of a process?
Assessing system security is done in which phase?
Sitemap is ... (more than one correct answer)
What is a rounded rectangle in a Flowchart?
Acceptance testing includes non functional features.
What is readability in programming?
Write an example of an open-ended question that a software developer can ask a prospective client.
What data type can hold a single letter, number or symbol?
What does a user interface design show?
The review and approved document (i.e. Test plan, System Requirement Specification's) is called as
What is concatentation?
Tick all the valid relationships possible in a Use Case Diagram
Both sides expressed _______________ with the progress so far.
You should have _________ to help __________ of your __________.
What kind of loop is a REPEAT WITH index = loop?
Name the document you can read the following words in: select, folder, download, panel, double-click
Which shape is a loop in a structure diagram?
What command do we use for selection?
What is a conditional loop?
Which one is not required for a program to be fit for purpose?
What is a Boolean?
Which shape is a decision in a Flowchart?
In analysis, what is an input?
An instant, temporary method or process of dealing with a problem is called a w_ _ _ _ _ _ _ _ _.
Which type of error makes a program crash?
In analysis, what is a process?
An Evolutionary Prototype:
Which symbol do we use to make a power in Computing?
In authentication, fingerprints are examples of
__________________________ requirements are those that the client would like to have but which does not affect the system.
What is an oval used for in a structure diagram?
What does + mean in Computing?
Which of the following is not considered to be a non-functional requirement?
Which shape is START and END in a Flowchart?
What is a rectangle in a Flowchart?
"Cache" means ...
List the three authentication methods used in software security
In Software Development Methodologies the term iteration refers to:
__________________________ is the process of planning, organizing and monitoring a project in order to ensure it is completed on time and within budget and scope.
A (n) _ _ _ _ _ _ _ _ _ _ _ job is difficult to do, but interesting and enjoyable.
What do we call the information a program asks for?
A _________________________ is a visualisation of the entire software project with the data that flows into and out of it.
What symbols must delimit (go round) a string?
What does 'performance' mean?
Read the following extract from a requirements specification and then decide which of the following are functional requirements. (Select all that apply). An e-commerce company want a mobile application that will allow users to view their products and make orders. The application needs to be finished by the end of June and should cost no more than £5,000 to develop.
A form on a web page has been designed to allow the user to enter numeric values ranging from 0 to 100. Which one of the following sets of test data would be the best to use to test the form?
What does the Random() function do?
..........is a process framework used to manage product development
The testing which is done by going thro' the code is known as
What is correct Software Process Cycle?
The box will arrive on your local __________ day with all the parts and a Users' Manual.
The approach/document used to make sure all the requirements are covered when writing test cases
True or False? An index is a number used to identify the elements of an array.
The work product prepared by developers and business analysts during development are the basis of testing in one or more test levels.
Incremental Model is the first process model to be introduced and is also referred to as a linear-sequential life cycle model.
What does assigning a value to a variable mean?
Which one is a way to ensure code is robust?
Stakeholders are ...
What does initialise a variable mean?
What does >= mean?
RSA, Diffie-Hellman and DSA are examples of
Which one is NOT a "web-app"?
What does <= mean?
To check whether we are developing the right product according to the customer requirements are not. It is a static process
The CMMi is process improvement framework for
What do we call test data that is outside the range the program should work with?
What symbol do we use to tell LiveCode we are writing a string?
What does "the loop continues" mean?
Tick all the the words meaning 'jellemzők'.
What Is Exceptional test data?
What happens when a variable is declared?
What is a parallelogram in a Flowchart?
Executing the same test case by giving the number of inputs on same build called as
What are the conditional operators?
'Inventory' is ___________ in Hungarian.
What is Extreme test data?
Which symbol do we use to divide in Computing?
Which of the following are SDLC models method?
What is a diamond in a Flowchart?
Tick all the valid connections possible in a DFD
Which error type prevents the program from running?
Rapid application development methodologies can best be categorised as methodologies that:
Requirement and Analysis, Design, Development or Coding, Testing and Maintenance is called as Software Development Life Cycle (SDLC )
Retesting the entire application after a change has been made called as?
What is an "Adaptive Design" ?
What is an algorithm?
Cost of quality =Prevention Cost + Appraisal cost + Failure cost
Which one is not a design technique?
If you have a ____________ , you are good at noticing small but important things that other people might not notice.
I tend to focus on the functions the users would need and benefit from, as well as analyze what look the t_ _ _ _ _ a_ _ _ _ _ _ _ will accept and prefer.
'Termelékenység' is _________________ in English
What kind of loop is a REPEAT…UNTIL loop?
What is a String?
Give at least 3 stages of SDLC
You can use italics or capitals to ________ a word in a piece of writing.
'Merge' is a synonym for
Design flows through into development that in turn flows into build and then into test.
What do we call resetting or clearing a variable?
What is pseudocode?
In iterative model
What is a hexagon used for in a structure diagram?
'élőfej' and 'élőláb' are ... in English
Which one of the following is an advantage of using an iterative development model rather than a sequential development model? An iterative model:
End User _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ is the legal agreement between the manufacturer and purchaser of software that determines the terms of usage.
If extreme programming automates test cases before coding then we can call it
Which is Black-Box Testing method?
All the software development life cycles have to be sequential
in Analysis Phase, the main purpose of the Preliminary Investigation (feasibility study) is .....
lépések és kapcsolataik = steps and their _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Agile software development focuses on ...............people in a team work together.
What function do we use to change the number of decimal places in a number?
If you split something , you
Which one is NOT a synonym of or definition for 'discipline'?
A Gantt Chart is a type of timeline used for
A purchaser can perform integration to the infrastructure only for the integration of commercial off-the-shelf software product.
Monitoring system performance is done in which phase?
Software testing which is done without planning and Documentation is known as
The project is required to be placed under formal controls in
_____________________ and ____________________ are the most common security features in software.
What does < mean?
Which design technique is text based?
Which graphical design technique uses arrows?
In authentication, user name and password is an example of
Defects generally fall into the following categories?
What symbol do we use to tell LiveCode we are joining strings together?
When is C1 AND C2 true?
What does "the loop terminates" mean?
In encryption, the text data that is scrambled so that it is difficult to understand is called
It measures the quality of a productIt is a specific part of the QA procedure, It is a corrective process,It applies for particular product & Deals with the product.
What is the English expression for 'programozási módszertan'?
The advent in touch screen technology has led to the design experience idiom 'focus on content, not chrome'.The meaning of this phrase can best be described as:
Tick the three words meaning 'kijelző'.
Solutions evolve through collaboration between .....................cross-functional teams
______ is the first step in the debugging, it means the ______ of the bug and why it happens.
What does the logical operator NOT do?
What term do we use to explain that a loop ends?
What are the Types of Integration Testing?
In order to finalize the (a tartalomra és jellemzőkre vonatkozó követelményeket) we need to have the CEO's (beleegyezését).
Kanban and Scrum are two approaches of which SDLC model?
Earlier a defect is found the cheaper it is to fix it.Is the above statement correct?
If the system is working exactly the way it is supposed to if it is checked by creating invalid input conditions then the system is
Which one of the following software development methodologies would be the most suitable approach for developing a small scale application such as a mobile app?
What kind of loop is a WHILE loop?
What type of testing requires knowledge of the internal logic of an application?
Which symbol do we use to multiply in Computing?
What is a Real?
Verification is
What is a fixed loop?
Which shape is a single instruction in a structure diagram?
.............is when each successive version of a product is usable, and each builds upon the previous version
What is the Computing Science term for a question?
True or False? An array is a data structure that stores lots of values of the same data type.
'Implement' is to (3 options)
What does "Agile" means?
Which type of error proves code is not robust?
What is a variable?
What is Normal test data?
Tasks that must be completed before another task can begin are called
Efficiency is
It is easier to call your colleague your ...
Plugins are ... (more than one correct answer)
Version control is
How do you know you have an execution error?
What data type holds numbers with digits after the decimal point?
Which one of the following is an example of a logic operator?
In software development an array is:
Which of the following is considered to be the most secure form of biometric authentication?
True or False? The first item of an array is [0].
How would you rate your understanding of the concepts in Chapter 3: Analysis of Unit 3 Software Development? (Be truthful. Remember: No judgement only support)
What does / mean in Computing?
A ............. ................ is the subset of product backlog that a team targets to deliver during a sprint in order to accomplish the sprint goal and make progress toward a desired outcome.
What is a rectangle used for in a structure diagram?
V-model specifies
In this SDLC model, the next stage is started only after the previous stage is completed and signed off.
In a Use Case Diagram, an ____________ represents a user who interacts with the software.
How would you say 'adatbáziskezelő rendszerek' in English?
What is robustness in programming?
'Felhasználói feltételek' in English is l_ _ _ _ _ _ a_ _ _ _ _ _ _ _ .
What do we call making a variable?
What do we call test data that is at the edges of the range the program should work with?
Which type of test data is used to check code is robust?
Why is software security important?
Reviewing project request is done in which phase?
Which shape is an output in a Flowchart?
What data type can hold letters, numbers and symbols?
.................is the ability of an organization to sense changes internally or externally and respond accordingly
What do we call the data a program displays?
Shows how verification & validation can be integrated in each SDLC phase
Factors that limit the development and delivery of systems are called _________________
__________________ requirements are those that are directly related to the system being developed.
Which shape is a single instruction in a Flowchart?
In the construction phase of a Software Development Life Cycle:
What is the correct IT term for 'elrendezés'?
Which symbol do we use to add in Computing?
Which error type prevents the program from compiling?
What is a Character?
What happens when a variable is assigned a value?
Acceptance testing is known as
Validation is
A bar code is ....
When is C1 OR C2 true?
The conventional waterfall model involves testing
Which one is a logical operator?
................... .................. mean that in consultation with the customer or product owner, the team divides up the work to be done into functional increments.
What two things does a variable need?
What does - mean in Computing?
Automation Testing should be done before starting Manual testing.Is the above statement correct?
What is a condition in Computing Science?
What happens when a variable is initialised?
What are the Testing Levels?
Test levels of a typical V-model are
This is a ...
Integration sequence depends on
What command do we use for iteration (in LiveCode)?
How do you know you have a syntax error?
Which error type prevents the program from starting?
List the four stages of the Problem Solving Methodology (PSM) in order.
What does SDLC stand for?
It is a good practice to have testers involved during test basis documents review.
'Life-long learning' in Hungarian is ...
Which one is *not* an example of readability?
Phillip likes thinking in an original and creative way. He ...
Component testing cannot include performance or robustness or structural testing
1. Review and approve the project request.2. Prioritize the project request.3. Allocate resources such as money, people, and equipment to approved the projects4. Form a project development team from each approved project.These activities are found in...
Wireframes help ...
What is selection in Computing Science?
'Deploy ' means
She _ _ _ _ _ one of Britain's leading travel firms.
What is the Computing Science term for IF?
Informing to the developer which bug to be fix first is called as
According to you, what does SSL stand for?
Developing details of system is done in which phase?
What data type holds whole numbers?
To keep up this site, we need your assistance. A little gift will help us alot.
Donate- The more you give the more you receive.
Related SubjectProgramming vs Coding
Medical Assistant
Medical Office Administration
Integrative Programming and Technology 2
Computer Programming
Quantum Computers
Origin of Women in Computing
Mechatronics
Computer Science
Computer Numerical Control
Computer Information Systems
Introduction to Multimedia
Introduction to Computing
Database Management System
Data Structures and Algorithms
Computer Fundamentals
3D Game Art Development
SpaceX Starship Test Flight Explosion
Quality Assurance Testing
Web Application Development
Web Development
Electronics Engineering Technology
System Analysis Design and Development
Unified Functional Testing
Software Engineering 2
Programming Logic and Design
Computer Programming 2
Configuration Management
Certified Nursing Assistant
Administrative Assistant
Technical Scientific and Business English
Fast Track
Project Management
Cybertruck Technology
Igloo Architecture
Pantone's 2025 Color of the Year
Huawei Smartphone Innovation
The Freedom Factory: Innovation
Candy Crush Soda Saga: Design and Strategy
BMW M3 Performance and Engineering
The Evolution of the Dress
Honda CRX History and Legacy
Revolutionary Wooden Satellite
Apple M4 Macs
Boeing: A Century of Aerospace Excellence
Kitchen and Bath Specialty
Fashion Graphic Arts
Engineering
Fashion Design
Desktop Publishing
Computer-Aided Design
Construction
Architectural Studies
Art and Design
Web Enhanced Animation Graphics
Management Information Systems
Modeling and Simulation
Computer Aided Drawing
Systems Integration and Architecture
Air Conditioning and Refrigeration Service
Refrigeration Service
Maintenance Technology
Industrial Electronics Maintenance
Computer Support Technician
Property Management System
Information Systems Operations and Maintenance
Application Lifecycle Management
Why Fortnite Chose Snoop Dogg as the New Character
Massage Machines
Knowledge Management
Shopee Cashback Voucher
Temu $0 Shipping Fee
Amazon 75% Off Discounts