Podcast
Questions and Answers
Which of the following best describes the term 'Programming' in the context of computer science?
Which of the following best describes the term 'Programming' in the context of computer science?
- A collection of interconnected programs working under different environments.
- The final, unmodifiable version of software, ready for distribution (e.g., `.exe` files).
- A specific set of ready-made programs designed for a single task.
- A combination of principles, theories and fundamentals that align with practical environments. (correct)
What is the primary purpose of a program, as defined in the content?
What is the primary purpose of a program, as defined in the content?
- To provide a general overview of computer science principles.
- To execute a series of unorganized codes.
- To act as a package, integrating multiple functionalities for diverse tasks.
- To solve a specific problem through a sequence of arranged instructions and commands. (correct)
Which statement accurately describes a 'package' in the realm of programming?
Which statement accurately describes a 'package' in the realm of programming?
- An assortment of pre-built, independent ready programs that cannot be altered.
- A set of integrated, ready-made programs performing diverse functions within a unified environment. (correct)
- A compilation of distinct, unrelated codes intended for varied purposes.
- A single, modifiable program designed for a unique function.
What differentiates pre-built programs from regular programs, according to the material?
What differentiates pre-built programs from regular programs, according to the material?
Considering foundational programming concepts, which of the following is NOT a characteristic of a well-defined program?
Considering foundational programming concepts, which of the following is NOT a characteristic of a well-defined program?
Which company is known for developing software like Photoshop, Illustrator, and Premiere?
Which company is known for developing software like Photoshop, Illustrator, and Premiere?
If a graphic designer primarily uses Adobe Illustrator for vector graphics and wants to start video editing, which Adobe software would be the most suitable for them to learn?
If a graphic designer primarily uses Adobe Illustrator for vector graphics and wants to start video editing, which Adobe software would be the most suitable for them to learn?
A photographer needs to edit a large batch of photos with similar adjustments. Which Adobe software would be most efficient for this task?
A photographer needs to edit a large batch of photos with similar adjustments. Which Adobe software would be most efficient for this task?
A marketing team needs to create a visually appealing layout for a magazine. Which Adobe software would be the most appropriate choice?
A marketing team needs to create a visually appealing layout for a magazine. Which Adobe software would be the most appropriate choice?
What is a characteristic often associated with languages without garbage collection?
What is a characteristic often associated with languages without garbage collection?
Which domain commonly utilizes C++ due to its performance capabilities?
Which domain commonly utilizes C++ due to its performance capabilities?
A user needs to create a logo with scalable graphics for a new company. Which Adobe application is the most suitable for this purpose?
A user needs to create a logo with scalable graphics for a new company. Which Adobe application is the most suitable for this purpose?
Suppose a video editor wants to add complex visual effects and motion graphics to a video project. Which Adobe software would be the most appropriate for this task?
Suppose a video editor wants to add complex visual effects and motion graphics to a video project. Which Adobe software would be the most appropriate for this task?
What is a primary advantage of using C++ in the development of operating systems like Windows?
What is a primary advantage of using C++ in the development of operating systems like Windows?
Which Adobe software is primarily used for editing and manipulating raster images?
Which Adobe software is primarily used for editing and manipulating raster images?
Considering the characteristics of C++, what is a likely reason for its use in developing firmware for mobile phones?
Considering the characteristics of C++, what is a likely reason for its use in developing firmware for mobile phones?
A digital artist wants to create a detailed digital painting with a wide range of brushes and effects. Which Adobe software would be the most suitable for this task?
A digital artist wants to create a detailed digital painting with a wide range of brushes and effects. Which Adobe software would be the most suitable for this task?
A software development team is deciding on a language for a performance-critical component of a new mobile operating system. Which factor would most strongly favor choosing C++?
A software development team is deciding on a language for a performance-critical component of a new mobile operating system. Which factor would most strongly favor choosing C++?
Which Adobe software is best suited for creating multi-page documents with complex typography and layouts?
Which Adobe software is best suited for creating multi-page documents with complex typography and layouts?
Which of the following is a potential drawback of using a language like C++ in application development?
Which of the following is a potential drawback of using a language like C++ in application development?
In what scenario would the use of C++ be most advantageous compared to other higher-level languages?
In what scenario would the use of C++ be most advantageous compared to other higher-level languages?
Which of the following best describes the primary function of Mozilla Firefox?
Which of the following best describes the primary function of Mozilla Firefox?
In the context of software applications, what category does a three-dimensional modeling program typically fall under?
In the context of software applications, what category does a three-dimensional modeling program typically fall under?
If a user needs to access a website, which of the following software applications would be the most suitable choice?
If a user needs to access a website, which of the following software applications would be the most suitable choice?
A designer is creating a virtual prototype of a new product. Which type of software is best suited for this task?
A designer is creating a virtual prototype of a new product. Which type of software is best suited for this task?
Which of the following tasks is Mozilla Firefox designed to perform?
Which of the following tasks is Mozilla Firefox designed to perform?
Which of the following is least likely to be a feature of Mozilla Firefox?
Which of the following is least likely to be a feature of Mozilla Firefox?
A software user needs to create a detailed, interactive model of a building's architecture. What kind of software would be most appropriate?
A software user needs to create a detailed, interactive model of a building's architecture. What kind of software would be most appropriate?
How does Mozilla Firefox contribute to a user's ability to access online information?
How does Mozilla Firefox contribute to a user's ability to access online information?
A team of engineers needs to collaborate on visualizing a complex mechanical part before it is manufactured. Which software type would most directly support this process?
A team of engineers needs to collaborate on visualizing a complex mechanical part before it is manufactured. Which software type would most directly support this process?
Traditional programming involves writing code in a structured manner, relying on established theories and frameworks.
Traditional programming involves writing code in a structured manner, relying on established theories and frameworks.
Structured programming makes it more difficult to discover errors in the program.
Structured programming makes it more difficult to discover errors in the program.
Object-oriented programming involves structuring a program into objects, each specializing in solving problems in a specific domain.
Object-oriented programming involves structuring a program into objects, each specializing in solving problems in a specific domain.
Lowest Level Languages directly interact with logical circuits and are easy to understand due to their human-readable syntax.
Lowest Level Languages directly interact with logical circuits and are easy to understand due to their human-readable syntax.
Machine language uses a symbolic representation of binary code, making it easier to understand than assembly language.
Machine language uses a symbolic representation of binary code, making it easier to understand than assembly language.
Mid-level languages like C and C++ offer a balance, being relatively close to both the computer's hardware and human understanding.
Mid-level languages like C and C++ offer a balance, being relatively close to both the computer's hardware and human understanding.
High-level programming languages are difficult to understand and write, restricting their widespread adoption.
High-level programming languages are difficult to understand and write, restricting their widespread adoption.
C++ was developed by Dennis Ritchie at Bell Laboratories.
C++ was developed by Dennis Ritchie at Bell Laboratories.
Early versions of C++ were initially known as 'C with methodologies'.
Early versions of C++ were initially known as 'C with methodologies'.
The '++' in C++ signifies an increment operator, symbolizing the language's enhancement over C.
The '++' in C++ signifies an increment operator, symbolizing the language's enhancement over C.
One key advantage of C++ is its ability to only function on specific operating systems.
One key advantage of C++ is its ability to only function on specific operating systems.
C++ is exclusively a procedural programming language, lacking support for object-oriented paradigms.
C++ is exclusively a procedural programming language, lacking support for object-oriented paradigms.
C++ supports encapsulation, inheritance, and polymorphism.
C++ supports encapsulation, inheritance, and polymorphism.
C++ is unsuitable for developing large-scale, complex projects because of its limitations in memory management.
C++ is unsuitable for developing large-scale, complex projects because of its limitations in memory management.
Abstraction in C++ involves hiding complex implementation details and showing only necessary information to the user.
Abstraction in C++ involves hiding complex implementation details and showing only necessary information to the user.
Due to its age, C++ does not offer any advantages over newer languages for high-performance computing.
Due to its age, C++ does not offer any advantages over newer languages for high-performance computing.
Amazon primarily provides email services.
Amazon primarily provides email services.
The programming language C++ is an open source language.
The programming language C++ is an open source language.
A compiler translates code from a high-level language ($e.g.$, Java or C++) into low-level machine code before execution.
A compiler translates code from a high-level language ($e.g.$, Java or C++) into low-level machine code before execution.
Variables declared with const
in C++ can have their values modified after initialization, providing flexibility in data manipulation.
Variables declared with const
in C++ can have their values modified after initialization, providing flexibility in data manipulation.
In object-oriented programming, inheritance allows a class to acquire properties and behaviors from another class, but it does not promote code reusability.
In object-oriented programming, inheritance allows a class to acquire properties and behaviors from another class, but it does not promote code reusability.
C++ provides extensive built-in support for memory management through garbage collection.
C++ provides extensive built-in support for memory management through garbage collection.
Mozilla Firefox is primarily recognized as a three-dimensional modeling program.
Mozilla Firefox is primarily recognized as a three-dimensional modeling program.
C++ inherently includes default libraries specifically designed for building graphical user interfaces (GUIs).
C++ inherently includes default libraries specifically designed for building graphical user interfaces (GUIs).
C++ is scarcely used in modern software development due to its complexity.
C++ is scarcely used in modern software development due to its complexity.
Firefox is developed by the Mozilla Corporation.
Firefox is developed by the Mozilla Corporation.
Firmware for devices like mobile phones is infrequently developed using C++.
Firmware for devices like mobile phones is infrequently developed using C++.
Firefox is only available for Windows operating systems.
Firefox is only available for Windows operating systems.
Firefox uses the Blink rendering engine, the same engine used by Chrome.
Firefox uses the Blink rendering engine, the same engine used by Chrome.
Operating systems like Windows are completely independent of C++ in their development.
Operating systems like Windows are completely independent of C++ in their development.
Because many languages were used in developing successful and powerful programs, C++ has no place in those programs.
Because many languages were used in developing successful and powerful programs, C++ has no place in those programs.
A key feature of Firefox is its support for add-ons, which can extend the browser’s functionality.
A key feature of Firefox is its support for add-ons, which can extend the browser’s functionality.
The necessity for manual memory management in C++ is always viewed negatively by developers.
The necessity for manual memory management in C++ is always viewed negatively by developers.
The default search engine in Firefox is always Bing and cannot be changed..
The default search engine in Firefox is always Bing and cannot be changed..
Private Browsing in Firefox prevents your Internet Service Provider from seeing your browsing history.
Private Browsing in Firefox prevents your Internet Service Provider from seeing your browsing history.
C++'s lack of built-in GUI libraries makes it entirely unsuitable for GUI-based application development.
C++'s lack of built-in GUI libraries makes it entirely unsuitable for GUI-based application development.
Modern mobile operating systems are rarely built using C++.
Modern mobile operating systems are rarely built using C++.
Firefox Send, a secure file transfer service by Mozilla, is still an active service as of today.
Firefox Send, a secure file transfer service by Mozilla, is still an active service as of today.
C++ has become obsolete and is not used in any capacity to program mobile phones.
C++ has become obsolete and is not used in any capacity to program mobile phones.
Firefox’s tracking protection feature, Enhanced Tracking Protection, aims to block all trackers on websites.
Firefox’s tracking protection feature, Enhanced Tracking Protection, aims to block all trackers on websites.
The synchronization feature in Firefox allows users to access their bookmarks, history, and passwords on multiple devices.
The synchronization feature in Firefox allows users to access their bookmarks, history, and passwords on multiple devices.
What is the primary function of Amazon?
What is the primary function of Amazon?
What is the common term for electronic mail?
What is the common term for electronic mail?
Explain the key difference between traditional and structured programming methodologies.
Explain the key difference between traditional and structured programming methodologies.
Is C++ an open-source programming language?
Is C++ an open-source programming language?
How does object-oriented programming (OOP) enhance code reusability and maintainability compared to structured programming?
How does object-oriented programming (OOP) enhance code reusability and maintainability compared to structured programming?
What are the disadvantages of using a Low-Level Language (LLL) for software development, and why are High-Level Languages (HLL) generally preferred?
What are the disadvantages of using a Low-Level Language (LLL) for software development, and why are High-Level Languages (HLL) generally preferred?
Explain why using strong passwords and enabling two-factor authentication are crucial for online security.
Explain why using strong passwords and enabling two-factor authentication are crucial for online security.
What is meant by 'cloud computing,' and provide one major benefit of using cloud services?
What is meant by 'cloud computing,' and provide one major benefit of using cloud services?
Describe a scenario where using a Mid-Level Language (MLL) like C or C++ might be advantageous over a High-Level Language (HLL) like Java or Python.
Describe a scenario where using a Mid-Level Language (MLL) like C or C++ might be advantageous over a High-Level Language (HLL) like Java or Python.
Explain how the specialization of different High-Level Languages (HLLs), such as Fortran, Cobol, and Java, caters to specific problem domains.
Explain how the specialization of different High-Level Languages (HLLs), such as Fortran, Cobol, and Java, caters to specific problem domains.
Describe the difference between RAM and a hard drive in terms of their function in a computer.
Describe the difference between RAM and a hard drive in terms of their function in a computer.
What is a phishing attack, and how can individuals protect themselves from it?
What is a phishing attack, and how can individuals protect themselves from it?
Compare and contrast compilers and interpreters, highlighting their impact on program execution and portability.
Compare and contrast compilers and interpreters, highlighting their impact on program execution and portability.
Explain the concept of an IP address and its role in network communication.
Explain the concept of an IP address and its role in network communication.
What is the significance of choosing the right programming language for a specific project? Provide an example to illustrate your point.
What is the significance of choosing the right programming language for a specific project? Provide an example to illustrate your point.
What is the purpose of a firewall in network security?
What is the purpose of a firewall in network security?
Describe what a 'cookie' is in the context of web browsing.
Describe what a 'cookie' is in the context of web browsing.
If the variable sum
holds the value 10, what mathematical operation is performed to calculate the average, and what value will the average
variable then hold?
If the variable sum
holds the value 10, what mathematical operation is performed to calculate the average, and what value will the average
variable then hold?
Assuming X
is 4, and the variable sum
needs to equal 10, write an equation showing the calculation required to assign the correct value to Y
.
Assuming X
is 4, and the variable sum
needs to equal 10, write an equation showing the calculation required to assign the correct value to Y
.
Explain why dividing sum
by 2 calculates the average in the provided context.
Explain why dividing sum
by 2 calculates the average in the provided context.
If you wanted to modify the process to calculate the average of three numbers (X
, Y
, and Z
), what single change would you make to the calculation?
If you wanted to modify the process to calculate the average of three numbers (X
, Y
, and Z
), what single change would you make to the calculation?
Explain the relationship between the variables X
, Y
, and sum
established in the initial step.
Explain the relationship between the variables X
, Y
, and sum
established in the initial step.
Explain how C++ improves upon its predecessor, the C programming language, beyond just being 'more safe'.
Explain how C++ improves upon its predecessor, the C programming language, beyond just being 'more safe'.
Why was the increment operator ++
chosen to be part of the name 'C++'?
Why was the increment operator ++
chosen to be part of the name 'C++'?
Describe two benefits of C++ being a 'portable' language.
Describe two benefits of C++ being a 'portable' language.
Name at least three object-oriented programming features that C++ adopts.
Name at least three object-oriented programming features that C++ adopts.
How did the initial design of C++ ensure compatibility with existing C code?
How did the initial design of C++ ensure compatibility with existing C code?
Differentiate between a 'multi-tasking' language and an 'object-oriented' language, providing a brief explanation of each in the context of C++.
Differentiate between a 'multi-tasking' language and an 'object-oriented' language, providing a brief explanation of each in the context of C++.
Explain why C++ is considered a 'powerful' language, mentioning its use in operating systems.
Explain why C++ is considered a 'powerful' language, mentioning its use in operating systems.
Briefly describe the role of 'abstraction' in C++ and provide an example of how it benefits software development.
Briefly describe the role of 'abstraction' in C++ and provide an example of how it benefits software development.
How does encapsulation contribute to making C++ a more secure language than C?
How does encapsulation contribute to making C++ a more secure language than C?
Explain how C++ supports encapsulation and data hiding through classes.
Explain how C++ supports encapsulation and data hiding through classes.
How does inheritance in C++ contribute to code reusability?
How does inheritance in C++ contribute to code reusability?
What are the four main pillars of object-oriented programming that C++ supports?
What are the four main pillars of object-oriented programming that C++ supports?
Describe the advantage of data hiding in object-oriented programming.
Describe the advantage of data hiding in object-oriented programming.
Explain the benefit of using classes to hide the working mechanism.
Explain the benefit of using classes to hide the working mechanism.
If a class encapsulates both data and functions, what is the benefit related to maintenance?
If a class encapsulates both data and functions, what is the benefit related to maintenance?
How does the concept of inheritance reduce redundancy in software development?
How does the concept of inheritance reduce redundancy in software development?
Describe a scenario where inheritance would be a useful design choice.
Describe a scenario where inheritance would be a useful design choice.
Explain how using C++ classes can improve collaboration among developers working on a large project.
Explain how using C++ classes can improve collaboration among developers working on a large project.
How does C++ support reusability through Inheritance?
How does C++ support reusability through Inheritance?
Flashcards
Programming
Programming
A set of principles and theories aligned with practical environments; the basics of computer science.
Program
Program
A structured set of instructions or 'codes' designed to solve a specific problem.
Package
Package
A collection of pre-made, interconnected programs that perform various functions within a unified environment .
Ready-made programs
Ready-made programs
Signup and view all the flashcards
Program Definition
Program Definition
Signup and view all the flashcards
Firefox
Firefox
Signup and view all the flashcards
3D Modeling Program
3D Modeling Program
Signup and view all the flashcards
Apple
Apple
Signup and view all the flashcards
Adobe
Adobe
Signup and view all the flashcards
Photoshop
Photoshop
Signup and view all the flashcards
Illustrator
Illustrator
Signup and view all the flashcards
Premiere
Premiere
Signup and view all the flashcards
Garbage Collection
Garbage Collection
Signup and view all the flashcards
C++: Limited Support
C++: Limited Support
Signup and view all the flashcards
C++: No Default GUI
C++: No Default GUI
Signup and view all the flashcards
Firmware programs
Firmware programs
Signup and view all the flashcards
Operating Systems
Operating Systems
Signup and view all the flashcards
C++ and Embedded Systems
C++ and Embedded Systems
Signup and view all the flashcards
C++ in Operating Systems
C++ in Operating Systems
Signup and view all the flashcards
Operating System (OS)
Operating System (OS)
Signup and view all the flashcards
Programming Languages
Programming Languages
Signup and view all the flashcards
Application
Application
Signup and view all the flashcards
Compilers/Interpreters
Compilers/Interpreters
Signup and view all the flashcards
Traditional Programming
Traditional Programming
Signup and view all the flashcards
Structured Programming
Structured Programming
Signup and view all the flashcards
Object-Oriented Programming
Object-Oriented Programming
Signup and view all the flashcards
Mozilla
Mozilla
Signup and view all the flashcards
Amazon
Amazon
Signup and view all the flashcards
Email
Signup and view all the flashcards
C++ Open Source?
C++ Open Source?
Signup and view all the flashcards
What is C++?
What is C++?
Signup and view all the flashcards
Who invented C++?
Who invented C++?
Signup and view all the flashcards
C++'s Original Name
C++'s Original Name
Signup and view all the flashcards
C++ Advantages
C++ Advantages
Signup and view all the flashcards
Key OOP Concepts in C++
Key OOP Concepts in C++
Signup and view all the flashcards
Encapsulation
Encapsulation
Signup and view all the flashcards
Inheritance
Inheritance
Signup and view all the flashcards
Polymorphism
Polymorphism
Signup and view all the flashcards
Abstraction
Abstraction
Signup and view all the flashcards
Automatic Memory Management
Automatic Memory Management
Signup and view all the flashcards
Machine System programs
Machine System programs
Signup and view all the flashcards
C++ in Mobile Phones
C++ in Mobile Phones
Signup and view all the flashcards
Sum Variable
Sum Variable
Signup and view all the flashcards
Calculating a Sum
Calculating a Sum
Signup and view all the flashcards
Calculate the Average
Calculate the Average
Signup and view all the flashcards
Average Variable
Average Variable
Signup and view all the flashcards
Average Calculation
Average Calculation
Signup and view all the flashcards
Who created C++?
Who created C++?
Signup and view all the flashcards
Key C++ Advantages
Key C++ Advantages
Signup and view all the flashcards
Core OOP in C++
Core OOP in C++
Signup and view all the flashcards
Data Hiding
Data Hiding
Signup and view all the flashcards
Abstraction in Classes
Abstraction in Classes
Signup and view all the flashcards
Classes
Classes
Signup and view all the flashcards
Classes as Encapsulated Objects
Classes as Encapsulated Objects
Signup and view all the flashcards
Code Reusability (Inheritance)
Code Reusability (Inheritance)
Signup and view all the flashcards
Encapsulation in C++
Encapsulation in C++
Signup and view all the flashcards
Data Hiding
Data Hiding
Signup and view all the flashcards
Study Notes
Okay, I will update the study notes to include the new information
C++ Code Structure
- A basic C++ program consists of:
- Header files
- Variable declarations
- Program body
#include <iostream>
: Includes the iostream header, containing input/output functions.- The
#include
directive brings in iostream to write programs. - Iostream it has ready to used functions and is required
- The
using namespace std;
: Uses the std namespace.using
tells the complier where declared variables are coming from.- Namespaces prevent name collisions, in this case its named STD
- A Standard library with common commands
- int main():
- Main is the primary function
- All programs need to have main no matter that functions.
Program Execution with cout
cout << "Hello world!" << endl;
: Prints "Hello world!" to the screen.cout
(pronounced "see out") is used with the<<
operator to output text.endl
creates a new line.
return 0;
: Indicates successful program completion.- Return ends the current function and needs to be included.
- Every line of ++C code needs to ened with a semicolem ;
- Program can have an error if" - Header file names are not written correctly -Missing the start or end brackets. -Forget to include ; -Variables that are not known
Identifiers in Code
- Identifiers:
- Names that we give to variables in memory - Variables - Functions - Pointers
Naming Convention
- Must start wth characters or -
- Can't contain special characters
Accepted and Disallowed Names
- Here are some examples of some accepted variable names:
- b6 a
- X_ray .b
- Matrix .c There are some examples of names that are not accpeted: - 7up. Cannot start with a number - b6.1 Illegal character -h2 Illegal character - no#]iillegal character
- b6 a
Lower and UpperCase C++ Naming
- Programming LANGUAGE cares about upper and lowercase in code so:
- Sysytem, system, SYTEM will all be seen as different functions
- These key words, we want to protect and they are in lowercase
Reserved Words
- These are set aside words that are reserved for compiler
Number Formats
- The formats must follow certain rules:
- Numeric Constants
- Must be made of numbers 0-9
- Cannot mix decimals -May include + or -
- String Numbers
- String is a series of charters that are quoted
Input and Outputs
- To include instructions so the code can repeat actions code is done using "
- ++ to to intergers in memory
- Code instructions are "
- Output numbers with this cout <<"" <<endl;
Declarting Integers or Characters
- Int is used if defining is set as as int a,b,c, and will hold and number, char is for use by charters like a or, "/" and flot.
- There are more complex types that handle characters.
Variable Types and Memory
- Different variables have spaces in memory , for example FLOAT in memory, there is a table for each type
- Variables
- There are spaces or adresses where memory can be store
- Code the type being stored to use them
- Variables need to follow some requirements: -Start with -.cannot start with a number-Cannot include a calculation
- The Variable types store:" -The number - A Symbol
Constant Definition and Uses
- Constant is used so the code stays "" set in stone
Comments
- Comments are added and are helpful to the programmer-Comments are added with / command when the code is run for documentation
Function LIbraries
Function libary names for the different types are and use commands that have what they're for"
- The libary uses commands that indicate what they do, this included code streams
- Includes the libarys used to write code,
Symbols
-Symbols describe actions for example that code takes
Arithmetic Operations
- C++ Uses math expressions and is similar to other languages for this capability . Raises don't used commands directly in a way that requires more understanding
- The Division code is different when numbers share similar values.
Math Rules
- Math is used for many function like + - / and the output will provide what command means by result.
Variables that are not to be changed are noted by
Increment and Decrement of Variables
-++ And --
- It increases or decreases by one or a given amount when listed in value.
Order of Operations
- It provides that they will run in order of first to last unless they share a similar attribute
- First, it considers parentheses
- Second, takes into account the negative
- Third, division and rest of divisions
- Fourth Add and subtract.
- Fifth Is to equalize.
- Six is later and only in the value.
Relation and Logical operations
- This is used to run between the numbers of numbers, such like + and -, this is done by
- Equal to one another
-Does not equal to
There logical actions:
-And
-Or
- Not
- The actions provide what's requested or give answers to what's needed.
- Equal to one another
-Does not equal to
There logical actions:
-And
-Or
BitWise Operators
- The code will take into effect certain features and commands.
- This takes different commands char and int
Control, Loops and Conditions
- Divided into: -Condition Command --Loop Command --Condition Command
Condition Commands
- 2 actions
One for what is listed
-One for division of tasks
-If used in the condition
-While is the current condition, do what I need
- Can break command, or return or do more when the condition is still running -What is is needs its own format: - The code is a code condition line
"
I think there maybe a typo in the statement and should be one for if code. I Have made that correction.
- There are 3 ways the commands actions must do:
- -simple command what actions happen, you must define the commands: -If actions have true commands and must make something correct.
I think it requires a section on if command in a line, how to do a one line if statement.
- If (condition) command;
- If (command) (action) else ( action)
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.