ログイン
(Prelims) Programming Languages Mocktest BSIT 604
79問 • 3日前
  • Xai Alexandrei Delos Reyes
  • 通報

    問題一覧

  • 1

    It is a formal notation system or instructions for writing computer programs and other software applications.

    Programming Language

  • 2

    What did Ada Lovelace invent in 1843 that made the leap that numbers could represent other things, leading to the idea of programming languages?

    Machine Language

  • 3

    Developed during the 1940s by Konrad Zuse, It was the first high-level computer programming language ever developed. This language included mathematical expressions, showing the current relationships between program variables and the ability to store codes that enabled engineers to carry out routine, repetitive tasks more efficiently and quickly.

    Plankalkül

  • 4

    Developed in 1949 by Kathleen Booth, It was a low-level programming language developed to simplify machine code for writing instructions for processors.

    Assembly Language

  • 5

    Implemented by William Schmitt in 1949, to improve the operations of the BINAC and UNIVAC computers.

    Shortcode

  • 6

    Developed in 1952 by Alick Glennie, It was developed for the Mark 1 computer at the University of Manchester. It was considered the first compiled programming language that could be translated into machine code using a special application known as the compiler.

    Autocode

  • 7

    Created in 1957 by John Backus, it was to shorten the process of programming and make computer programming more accessible. It is still used today in supercomputers and scientific and mathematical computations

    Fortran

  • 8

    Created in 1958 by American and European computer scientists. It became the point of origin for other programming languages, including Pascal, Java, C, and C++.

    ALGOL

  • 9

    Created in 1958 by John McCarthy, It was created for his artificial intelligence (AI) applications. It is one of the oldest computer programming languages still used today by AI companies like Boeing and Genworks.

    LISP

  • 10

    Created in 1959 by Dr. Grace Murray Hopper for business computer programs in industries. It was estimated to be in use by over 100 million people and is still widely used in today’s banking systems.

    COBOL

  • 11

    Created in 1964 by Dartmouth College students, It was created as a computer programming language for beginners. Bill Gates and Paul Allen furthered its development, and it became Microsoft’s first commercially successful product.

    BASIC

  • 12

    Created in 1970 by Niklaus Wirth, it was named after the famed mathematician Blaise Pascal. Apple was one of the leading companies to endorse this due to its streamlined and straightforward process.

    Pascal

  • 13

    Created in 1972 by Dennis Ritchie, It was named as such as it descended from the B language. It is recommended for creating embedded system drivers and applications. Programming languages like C#, Java, JavaScript, Perl, PHP, and Python are all derived from this language.

    C

  • 14

    Developed in 1972 by Raymond Boyce and Donald Chamberlain. It was first called SEQUEL and was used for modifying, viewing, and altering information in databases.

    SQL

  • 15

    Developed in 1983 by Bjarne Stroustrup, a C programmer, modified the programming language and released it. The changes include new features such as templates, classes, and virtual functions

    C++

  • 16

    Developed in 1983 by Brad Cox and Tom Love, This is the primary programming language used to create applications for Apple’s iOS, macOS, and iPad operating systems.

    Objective-C

  • 17

    Developed in 1991 by Guido Van Rossum, He founded this as a support language for software developers, build control and management, testing, and many other ways. It is a general-purpose, high-level language.

    Python

  • 18

    Developed in 1991 by Microsoft. It allows users to drag and drop sections of code simultaneously. Users can choose from various options in the drop-down menus and change different codes.

    Visual Basic (VB)

  • 19

    Developed in 1995 by James Gosling for a software project for interactive TV. It is considered one of the world’s most famous and popular programming languages for coding web applications. It is a multi-platform, object-oriented, and network-centric language that can be used as a platform.

    Java

  • 20

    Developed in 1995 by Brendan Eich, it is primarily used as a scripting language in websites. It is also used for web development, PDF documents, and desktop widgets

    JavaScript

  • 21

    Developed in 1995 by Rasmus Lerdorf to build and maintain web pages and server-side development. Facebook, Wikipedia, and WordPress use this language.

    PHP

  • 22

    Which statement is NOT TRUE about Scientific Applications?

    Computer use in this domain began in the 1950s when special computers were developed along with special languages.

  • 23

    Which statement BEST describes Business Applications?

    The first successful high-level language for this domain was COBOL, the initial version from 1960

  • 24

    Which statement is NOT TRUE about Artificial intelligence?

    The WWW (World Wide Web) is supported by a collection of languages, ranging from HTML (not a programming language) to Java (general-purpose programming language).

  • 25

    Which statement is NOT TRUE about Web Software?

    Computer use in this domain began in the 1950s when special computers were developed along with special languages.

  • 26

    It is the collection of tools in software development. It may consist of only a file system, a text editor, a linker, and a compiler, or sometimes, it may include a large collection of integrated tools wherein each is accessed through a uniform user interface.

    Programming Environments

  • 27

    It is a redefined and optimized code editor for building and debugging modern web and cloud applications. It is a lightweight yet powerful source code editor that runs on a desktop and is available for Windows, macOS, and Linux. It has built-in support for JavaScript, TypeScript, and Node.js and has a rich ecosystem of extensions for other languages and runtimes such as Java, Python, C++, C#, PHP, and .NET).

    Microsoft Visual Studio Code

  • 28

    It is a free, open-source, integrated development environment (IDE) that allows the development of desktop, mobile, and web applications. It provides comprehensive support for JDK 7 technologies and the most recent Java enhancements. It also supports JavaScript, Ruby, and PHP. NetBeans and Visual Studio are more development environments as they are also frameworks. This means that they provide common parts of the code of the application.

    NetBeans

  • 29

    It contains a text editor for coding, a message area, a text console, a toolbar for various functions, and a series of menus. It connects to the Arduino board to upload programs and communicate with them.

    Arduino IDE

  • 30

    It is a visual programming editor that uses drag-and-drop blocks for coding. It is made by Google and is currently empowering the most popular coding education programs worldwide. The user defines the block connections and input fields for Blockly to handle the complicated rendering, dragging, and connection of them.

    Blockly

  • 31

    An important criterion for assessing programming language is the ease with which programs can be read and understood.

    Readability

  • 32

    In characteristics that contribute to the readability of a programming language, The overall simplicity of a programming language strongly impacts its readability. For example, a larger number of basic constructs in a language is more difficult to learn than one with a smaller number.

    Simplicity

  • 33

    "a scenario of more than one (1) way to accomplish a particular operation." Identify what problems in readability is in the given statement.

    Feature Multiplicity

  • 34

    "a scenario wherein a single operator symbol has more than one (1) meaning. It can result in reduced readability if users create their overloading and do not do it sensibly." Identify what problems in readability is in the given statement.

    Operator Overloading

  • 35

    "a scenario wherein the language is too simple to the point of lacking more complex statements and less obvious program structure." Identify what problems in readability is in the given statement.

    Oversimplicity

  • 36

    It is the ability to change one thing without unseen effects on other things in the program.

    Orthogonality

  • 37

    which statement is NOT TRUE about Orthogonality?

    The presence of adequate facilities for defining data types and data structure offers a significant aid to readability.

  • 38

    The presence of adequate facilities for defining data types and data structure offers a significant aid to readability. For instance, it might not be easily understood if a numeric type is used for an indicator flag, such as in C language, because there is no Boolean type in the language.

    Data Types

  • 39

    The syntax or form of the elements has an impact on the readability of programs.

    Syntax Design

  • 40

    Some programming languages have used matching pairs of special words or symbols to form groups. These languages have diminished readability as statement groups are always terminated in the same way, making it difficult to determine which group is being ended when an end or a right brace appears ( } ).

    Special Words

  • 41

    Designing statements to make their appearance partially specify their purpose, which helps readability. Semantics, or meaning, must follow directly from syntax or form.

    Form and Meaning

  • 42

    It is the measure of how easily a language can be used to create programs for a chosen problem domain. It is unfair to compare the writability of different languages of a particular application when one is designed for that application and one that was not.

    Writability

  • 43

    A large number of different constructs in a language might confuse some programmers as they might not be familiar with them. This leads to the misuse and disuse of some features.

    Simplicity and Orthogonality

  • 44

    Which statement is NOT TRUE about Simplicity and Orthogonality in Writability?

    This refers to various characteristics.

  • 45

    It is in a language refers to various characteristics. It means that there are more effective operators that allow a computation to be accomplished with a very small program.

    Expressivity

  • 46

    Which statement is NOT TRUE about Expressivity in Writability?

    A large number of different constructs in a language might confuse some programmers as they might not be familiar with them. This leads to the misuse and disuse of some features.

  • 47

    It is met if a program performs to its specifications under all conditions.

    Reliability

  • 48

    It tests for the type of errors in a program, either by the compiler or during program execution.

    Type Checking

  • 49

    Which statement is NOT TRUE about Type Checking?

    It is the ability of the program to intercept runtime errors and other unusual conditions detectable by the program, take corrective measures, and then continue.

  • 50

    It is the ability of the program to intercept runtime errors and other unusual conditions detectable by the program, take corrective measures, and then continue

    Exception Handling

  • 51

    It happens when there are two (2) or more distinct names in a program that can be used to access the same memory cell. It is considered and accepted as a dangerous feature in a programming language.

    Aliasing

  • 52

    A language that does not support natural ways to express the required algorithms in a program will use unnatural approaches that are likely to be incorrect for all possible situations. A program is more likely to be correct if it is easier to write. Additionally, a program that is difficult to read can also be difficult to write and modify.

    Readability and Writability

  • 53

    Studying programming languages can be divided into examinations of ___________?

    syntax and semantics

  • 54

    It is the form of its expressions, statements, and program units. It defines the meaning of the various combinations of symbols used in programming and describes which strings of characters comprise a valid program

    Syntax

  • 55

    It is a program written in a high-level programming language

    Source Code

  • 56

    This is the file containing the source code

    Source File

  • 57

    These reserved words that have a special meaning in the language. They form the basic building blocks for writing programs. Examples include if, else, for, and while.

    Keywords

  • 58

    These are symbols that perform operations on variables and values. Examples include arithmetic operators like + and -and logical operators like && and ||.

    Operators

  • 59

    It includes symbols such as commas, semicolons, and braces that help structure the program. They indicate the end of statements or encapsulate blocks of code

    Punctuation

  • 60

    These are names that identify user-defined items such as variables, functions, and arrays.

    Identifiers

  • 61

    It is a natural notation for describing syntax.

    BNF (Backus-Naur Form)

  • 62

    Which statement is NOT TRUE about BNF Notation?

    it is a tree representation of the syntactic structure of the source code.

  • 63

    Who were the people that developed BNF Notation?

    John Backus and Peter Naur

  • 64

    It is a language or set of terms used to describe another language.

    Metalanguage

  • 65

    It can be created by combining terminals and nonterminals. These also called production rules

    BNF rules

  • 66

    It is a set of BNF rules

    BNF grammar

  • 67

    In BNF Notation, These are strings that must exactly match specific items in the input

    Terminals

  • 68

    In BNF Notation, These are symbols that will be replaced by a concrete value.

    Nonterminals

  • 69

    In BNF Notation, These are conventions of terminals and nonterminals that defined how the elements relate.

    Rules

  • 70

    It is a tree representation of the syntactic structure of the source code.

    Abstract Syntax Tree (AST),

  • 71

    Which statement is NOT TRUE about Abstract Syntax Tree?

    It is the meaning of those expressions, statements, and program units that syntax forms.

  • 72

    It is the meaning of those expressions, statements, and program units that syntax forms.

    Semantics

  • 73

    It involves rules checked simultaneously, such as type checking and scope resolution. These rules ensure that certain errors are caught before the program runs, enhancing reliability and robustness. For instance, if a variable is used without being declared, a statically typed language will flag an error before execution.

    Static semantics

  • 74

    Which statement is NOT TRUE about Static Semantics

    It refers to the behavior of a program when it is run.

  • 75

    It refers to the behavior of a program when it is run. It includes the execution of expressions, control structures like loops and conditionals, and manipulating data through functions and procedures.

    Dynamic semantics

  • 76

    Which statement is NOT TRUE about Dynamic semantics

    It involves rules checked simultaneously, such as type checking and scope resolution.

  • 77

    It describes the behavior of a program in terms of abstract machine execution steps. For instance, it outlines how each expression or statement is evaluated step-by-step, making it ideal for simulating program execution.

    Operational Semantics

  • 78

    It maps syntactic constructs to mathematical objects, offering an abstract, mathematical description of their meaning. This approach helps in reasoning about program correctness and equivalence. For example, a function in programming might be represented as a mathematical mapping between input and output values.

    Denotational Semantics

  • 79

    It uses logical assertions, such as preconditions and postconditions, to specify and prove properties about a program. It is especially useful in verifying the correctness of algorithms.

    Axiomatic Semantics

  • The Contemporary World Mock test (Prelims)

    The Contemporary World Mock test (Prelims)

    Xai Alexandrei Delos Reyes · 58問 · 2年前

    The Contemporary World Mock test (Prelims)

    The Contemporary World Mock test (Prelims)

    58問 • 2年前
    Xai Alexandrei Delos Reyes

    Computing Mock test (Prelims)

    Computing Mock test (Prelims)

    Xai Alexandrei Delos Reyes · 67問 · 2年前

    Computing Mock test (Prelims)

    Computing Mock test (Prelims)

    67問 • 2年前
    Xai Alexandrei Delos Reyes

    Programming Mock Test (Prelims)

    Programming Mock Test (Prelims)

    Xai Alexandrei Delos Reyes · 64問 · 2年前

    Programming Mock Test (Prelims)

    Programming Mock Test (Prelims)

    64問 • 2年前
    Xai Alexandrei Delos Reyes

    Entrepreneurship Mock Test (Prelims)

    Entrepreneurship Mock Test (Prelims)

    Xai Alexandrei Delos Reyes · 23問 · 2年前

    Entrepreneurship Mock Test (Prelims)

    Entrepreneurship Mock Test (Prelims)

    23問 • 2年前
    Xai Alexandrei Delos Reyes

    Computing Mock Test (Midterms) BSIT 107

    Computing Mock Test (Midterms) BSIT 107

    Xai Alexandrei Delos Reyes · 76問 · 2年前

    Computing Mock Test (Midterms) BSIT 107

    Computing Mock Test (Midterms) BSIT 107

    76問 • 2年前
    Xai Alexandrei Delos Reyes

    Math Mock Test (Prelims)

    Math Mock Test (Prelims)

    Xai Alexandrei Delos Reyes · 48問 · 2年前

    Math Mock Test (Prelims)

    Math Mock Test (Prelims)

    48問 • 2年前
    Xai Alexandrei Delos Reyes

    Programming Mock Test (Midterms) BSIT 107

    Programming Mock Test (Midterms) BSIT 107

    Xai Alexandrei Delos Reyes · 52問 · 2年前

    Programming Mock Test (Midterms) BSIT 107

    Programming Mock Test (Midterms) BSIT 107

    52問 • 2年前
    Xai Alexandrei Delos Reyes

    UTS Mock Test (Midterms) BSIT107

    UTS Mock Test (Midterms) BSIT107

    Xai Alexandrei Delos Reyes · 40問 · 2年前

    UTS Mock Test (Midterms) BSIT107

    UTS Mock Test (Midterms) BSIT107

    40問 • 2年前
    Xai Alexandrei Delos Reyes

    Entrepreneurship Mock Test (Midterms) BSIT 107

    Entrepreneurship Mock Test (Midterms) BSIT 107

    Xai Alexandrei Delos Reyes · 38問 · 2年前

    Entrepreneurship Mock Test (Midterms) BSIT 107

    Entrepreneurship Mock Test (Midterms) BSIT 107

    38問 • 2年前
    Xai Alexandrei Delos Reyes

    Contemporary World Mock Test (Midterms) BSIT 107

    Contemporary World Mock Test (Midterms) BSIT 107

    Xai Alexandrei Delos Reyes · 28問 · 2年前

    Contemporary World Mock Test (Midterms) BSIT 107

    Contemporary World Mock Test (Midterms) BSIT 107

    28問 • 2年前
    Xai Alexandrei Delos Reyes

    Math Mocktest (Midterms) BSIT 107

    Math Mocktest (Midterms) BSIT 107

    Xai Alexandrei Delos Reyes · 24問 · 2年前

    Math Mocktest (Midterms) BSIT 107

    Math Mocktest (Midterms) BSIT 107

    24問 • 2年前
    Xai Alexandrei Delos Reyes

    Computer Programming Mocktest (Pre-finals)

    Computer Programming Mocktest (Pre-finals)

    Xai Alexandrei Delos Reyes · 26問 · 2年前

    Computer Programming Mocktest (Pre-finals)

    Computer Programming Mocktest (Pre-finals)

    26問 • 2年前
    Xai Alexandrei Delos Reyes

    Math Mocktest (Pre-Finals)

    Math Mocktest (Pre-Finals)

    Xai Alexandrei Delos Reyes · 19問 · 2年前

    Math Mocktest (Pre-Finals)

    Math Mocktest (Pre-Finals)

    19問 • 2年前
    Xai Alexandrei Delos Reyes

    Computing Mock Test (Pre-finals)

    Computing Mock Test (Pre-finals)

    Xai Alexandrei Delos Reyes · 36問 · 2年前

    Computing Mock Test (Pre-finals)

    Computing Mock Test (Pre-finals)

    36問 • 2年前
    Xai Alexandrei Delos Reyes

    Computing Mock Test Finals

    Computing Mock Test Finals

    Xai Alexandrei Delos Reyes · 26問 · 2年前

    Computing Mock Test Finals

    Computing Mock Test Finals

    26問 • 2年前
    Xai Alexandrei Delos Reyes

    Comprog 2nd sem (prelims) BSIT 205

    Comprog 2nd sem (prelims) BSIT 205

    Xai Alexandrei Delos Reyes · 63問 · 1年前

    Comprog 2nd sem (prelims) BSIT 205

    Comprog 2nd sem (prelims) BSIT 205

    63問 • 1年前
    Xai Alexandrei Delos Reyes

    Discrete Math 2nd sem (prelims) BSIT 205

    Discrete Math 2nd sem (prelims) BSIT 205

    Xai Alexandrei Delos Reyes · 36問 · 1年前

    Discrete Math 2nd sem (prelims) BSIT 205

    Discrete Math 2nd sem (prelims) BSIT 205

    36問 • 1年前
    Xai Alexandrei Delos Reyes

    Art Appreciation (Prelim) BSIT 205

    Art Appreciation (Prelim) BSIT 205

    Xai Alexandrei Delos Reyes · 56問 · 1年前

    Art Appreciation (Prelim) BSIT 205

    Art Appreciation (Prelim) BSIT 205

    56問 • 1年前
    Xai Alexandrei Delos Reyes

    Ethics 2nd sem (Prelims) BSIT 205

    Ethics 2nd sem (Prelims) BSIT 205

    Xai Alexandrei Delos Reyes · 45問 · 1年前

    Ethics 2nd sem (Prelims) BSIT 205

    Ethics 2nd sem (Prelims) BSIT 205

    45問 • 1年前
    Xai Alexandrei Delos Reyes

    STS 2nd Sem (Prelim) BSIT 205

    STS 2nd Sem (Prelim) BSIT 205

    Xai Alexandrei Delos Reyes · 40問 · 1年前

    STS 2nd Sem (Prelim) BSIT 205

    STS 2nd Sem (Prelim) BSIT 205

    40問 • 1年前
    Xai Alexandrei Delos Reyes

    Systems Administration 2nd sem (Prelims) BSIT 205

    Systems Administration 2nd sem (Prelims) BSIT 205

    Xai Alexandrei Delos Reyes · 72問 · 1年前

    Systems Administration 2nd sem (Prelims) BSIT 205

    Systems Administration 2nd sem (Prelims) BSIT 205

    72問 • 1年前
    Xai Alexandrei Delos Reyes

    Discrete Mathematics (Midterms) BSIT 205

    Discrete Mathematics (Midterms) BSIT 205

    Xai Alexandrei Delos Reyes · 52問 · 1年前

    Discrete Mathematics (Midterms) BSIT 205

    Discrete Mathematics (Midterms) BSIT 205

    52問 • 1年前
    Xai Alexandrei Delos Reyes

    Art Appreciation (Midterm) BSIT 205

    Art Appreciation (Midterm) BSIT 205

    Xai Alexandrei Delos Reyes · 56問 · 1年前

    Art Appreciation (Midterm) BSIT 205

    Art Appreciation (Midterm) BSIT 205

    56問 • 1年前
    Xai Alexandrei Delos Reyes

    Ethics Mocktest (Midterms) BSIT205

    Ethics Mocktest (Midterms) BSIT205

    Xai Alexandrei Delos Reyes · 29問 · 1年前

    Ethics Mocktest (Midterms) BSIT205

    Ethics Mocktest (Midterms) BSIT205

    29問 • 1年前
    Xai Alexandrei Delos Reyes

    Comprog Mocktest (Midterm) BSIT 205

    Comprog Mocktest (Midterm) BSIT 205

    Xai Alexandrei Delos Reyes · 61問 · 1年前

    Comprog Mocktest (Midterm) BSIT 205

    Comprog Mocktest (Midterm) BSIT 205

    61問 • 1年前
    Xai Alexandrei Delos Reyes

    System Administration Mocktest (Midterms) BSIT 205

    System Administration Mocktest (Midterms) BSIT 205

    Xai Alexandrei Delos Reyes · 65問 · 1年前

    System Administration Mocktest (Midterms) BSIT 205

    System Administration Mocktest (Midterms) BSIT 205

    65問 • 1年前
    Xai Alexandrei Delos Reyes

    Math Mocktest (Pre-finals) BSIT 205

    Math Mocktest (Pre-finals) BSIT 205

    Xai Alexandrei Delos Reyes · 49問 · 1年前

    Math Mocktest (Pre-finals) BSIT 205

    Math Mocktest (Pre-finals) BSIT 205

    49問 • 1年前
    Xai Alexandrei Delos Reyes

    Art Appreciation Mocktest (Pre-finals) BSIT 205

    Art Appreciation Mocktest (Pre-finals) BSIT 205

    Xai Alexandrei Delos Reyes · 66問 · 1年前

    Art Appreciation Mocktest (Pre-finals) BSIT 205

    Art Appreciation Mocktest (Pre-finals) BSIT 205

    66問 • 1年前
    Xai Alexandrei Delos Reyes

    Ethics Mocktest (Pre-finals) BSIT 205

    Ethics Mocktest (Pre-finals) BSIT 205

    Xai Alexandrei Delos Reyes · 50問 · 1年前

    Ethics Mocktest (Pre-finals) BSIT 205

    Ethics Mocktest (Pre-finals) BSIT 205

    50問 • 1年前
    Xai Alexandrei Delos Reyes

    Computer Programming Mocktest (Pre-finals) BSIT 205

    Computer Programming Mocktest (Pre-finals) BSIT 205

    Xai Alexandrei Delos Reyes · 33問 · 1年前

    Computer Programming Mocktest (Pre-finals) BSIT 205

    Computer Programming Mocktest (Pre-finals) BSIT 205

    33問 • 1年前
    Xai Alexandrei Delos Reyes

    System Administration (Pre-finals) BSIT 205

    System Administration (Pre-finals) BSIT 205

    Xai Alexandrei Delos Reyes · 52問 · 1年前

    System Administration (Pre-finals) BSIT 205

    System Administration (Pre-finals) BSIT 205

    52問 • 1年前
    Xai Alexandrei Delos Reyes

    Art Appreciation Finals BSIT 205

    Art Appreciation Finals BSIT 205

    Xai Alexandrei Delos Reyes · 35問 · 1年前

    Art Appreciation Finals BSIT 205

    Art Appreciation Finals BSIT 205

    35問 • 1年前
    Xai Alexandrei Delos Reyes

    Data Structures and Algorithms (Mocktest) BSIT 307

    Data Structures and Algorithms (Mocktest) BSIT 307

    Xai Alexandrei Delos Reyes · 52問 · 1年前

    Data Structures and Algorithms (Mocktest) BSIT 307

    Data Structures and Algorithms (Mocktest) BSIT 307

    52問 • 1年前
    Xai Alexandrei Delos Reyes

    Object Oriented Programming Mock Test (Mocktest) BSIT 307

    Object Oriented Programming Mock Test (Mocktest) BSIT 307

    Xai Alexandrei Delos Reyes · 23問 · 1年前

    Object Oriented Programming Mock Test (Mocktest) BSIT 307

    Object Oriented Programming Mock Test (Mocktest) BSIT 307

    23問 • 1年前
    Xai Alexandrei Delos Reyes

    Human Computer Interactions Mocktest (Prelims) BSIT 307

    Human Computer Interactions Mocktest (Prelims) BSIT 307

    Xai Alexandrei Delos Reyes · 58問 · 1年前

    Human Computer Interactions Mocktest (Prelims) BSIT 307

    Human Computer Interactions Mocktest (Prelims) BSIT 307

    58問 • 1年前
    Xai Alexandrei Delos Reyes

    Principles of Communication Mocktest (Prelims) BSIT 307

    Principles of Communication Mocktest (Prelims) BSIT 307

    Xai Alexandrei Delos Reyes · 37問 · 1年前

    Principles of Communication Mocktest (Prelims) BSIT 307

    Principles of Communication Mocktest (Prelims) BSIT 307

    37問 • 1年前
    Xai Alexandrei Delos Reyes

    Principles of Communication Mocktest (Midterms) BSIT 307

    Principles of Communication Mocktest (Midterms) BSIT 307

    Xai Alexandrei Delos Reyes · 29問 · 1年前

    Principles of Communication Mocktest (Midterms) BSIT 307

    Principles of Communication Mocktest (Midterms) BSIT 307

    29問 • 1年前
    Xai Alexandrei Delos Reyes

    Data Structures and Algorithms Mocktest (Midterm) BSIT 307

    Data Structures and Algorithms Mocktest (Midterm) BSIT 307

    Xai Alexandrei Delos Reyes · 50問 · 1年前

    Data Structures and Algorithms Mocktest (Midterm) BSIT 307

    Data Structures and Algorithms Mocktest (Midterm) BSIT 307

    50問 • 1年前
    Xai Alexandrei Delos Reyes

    Object Oriented Programming Mock Test (Midterm) BSIT 307

    Object Oriented Programming Mock Test (Midterm) BSIT 307

    Xai Alexandrei Delos Reyes · 13問 · 1年前

    Object Oriented Programming Mock Test (Midterm) BSIT 307

    Object Oriented Programming Mock Test (Midterm) BSIT 307

    13問 • 1年前
    Xai Alexandrei Delos Reyes

    Human Computer Interactions Mocktest (Midterms) BSIT 307

    Human Computer Interactions Mocktest (Midterms) BSIT 307

    Xai Alexandrei Delos Reyes · 35問 · 1年前

    Human Computer Interactions Mocktest (Midterms) BSIT 307

    Human Computer Interactions Mocktest (Midterms) BSIT 307

    35問 • 1年前
    Xai Alexandrei Delos Reyes

    Readings In Philippine History (Midterms) Mocktest

    Readings In Philippine History (Midterms) Mocktest

    Xai Alexandrei Delos Reyes · 16問 · 1年前

    Readings In Philippine History (Midterms) Mocktest

    Readings In Philippine History (Midterms) Mocktest

    16問 • 1年前
    Xai Alexandrei Delos Reyes

    Discrete Structures and Algorithms (Midterms) Mocktest

    Discrete Structures and Algorithms (Midterms) Mocktest

    Xai Alexandrei Delos Reyes · 10問 · 1年前

    Discrete Structures and Algorithms (Midterms) Mocktest

    Discrete Structures and Algorithms (Midterms) Mocktest

    10問 • 1年前
    Xai Alexandrei Delos Reyes

    Principles of Communication (Midterm) Mocktest

    Principles of Communication (Midterm) Mocktest

    Xai Alexandrei Delos Reyes · 29問 · 1年前

    Principles of Communication (Midterm) Mocktest

    Principles of Communication (Midterm) Mocktest

    29問 • 1年前
    Xai Alexandrei Delos Reyes

    TECHNOPRENEURSHIP PRELIMS BSIT 402

    TECHNOPRENEURSHIP PRELIMS BSIT 402

    Xai Alexandrei Delos Reyes · 74問 · 12ヶ月前

    TECHNOPRENEURSHIP PRELIMS BSIT 402

    TECHNOPRENEURSHIP PRELIMS BSIT 402

    74問 • 12ヶ月前
    Xai Alexandrei Delos Reyes

    (Prelim) PH Popular Culture Mocktest BSIT 402

    (Prelim) PH Popular Culture Mocktest BSIT 402

    Xai Alexandrei Delos Reyes · 19問 · 12ヶ月前

    (Prelim) PH Popular Culture Mocktest BSIT 402

    (Prelim) PH Popular Culture Mocktest BSIT 402

    19問 • 12ヶ月前
    Xai Alexandrei Delos Reyes

    (Prelim) Integrative Programming BSIT 402

    (Prelim) Integrative Programming BSIT 402

    Xai Alexandrei Delos Reyes · 46問 · 12ヶ月前

    (Prelim) Integrative Programming BSIT 402

    (Prelim) Integrative Programming BSIT 402

    46問 • 12ヶ月前
    Xai Alexandrei Delos Reyes

    (Prelim) Quantitive Methods Mocktest BSIT 402

    (Prelim) Quantitive Methods Mocktest BSIT 402

    Xai Alexandrei Delos Reyes · 39問 · 12ヶ月前

    (Prelim) Quantitive Methods Mocktest BSIT 402

    (Prelim) Quantitive Methods Mocktest BSIT 402

    39問 • 12ヶ月前
    Xai Alexandrei Delos Reyes

    (Prelim) System Integration and Architecture BSIT 402

    (Prelim) System Integration and Architecture BSIT 402

    Xai Alexandrei Delos Reyes · 29問 · 12ヶ月前

    (Prelim) System Integration and Architecture BSIT 402

    (Prelim) System Integration and Architecture BSIT 402

    29問 • 12ヶ月前
    Xai Alexandrei Delos Reyes

    (Prelim) Network Technology Mocktest BSIT 402

    (Prelim) Network Technology Mocktest BSIT 402

    Xai Alexandrei Delos Reyes · 68問 · 12ヶ月前

    (Prelim) Network Technology Mocktest BSIT 402

    (Prelim) Network Technology Mocktest BSIT 402

    68問 • 12ヶ月前
    Xai Alexandrei Delos Reyes

    (Prelim) Information Management Mocktest BSIT 402

    (Prelim) Information Management Mocktest BSIT 402

    Xai Alexandrei Delos Reyes · 45問 · 12ヶ月前

    (Prelim) Information Management Mocktest BSIT 402

    (Prelim) Information Management Mocktest BSIT 402

    45問 • 12ヶ月前
    Xai Alexandrei Delos Reyes

    (Pre-Finals) Quantitative Research Mocktest BSIT 402

    (Pre-Finals) Quantitative Research Mocktest BSIT 402

    Xai Alexandrei Delos Reyes · 28問 · 9ヶ月前

    (Pre-Finals) Quantitative Research Mocktest BSIT 402

    (Pre-Finals) Quantitative Research Mocktest BSIT 402

    28問 • 9ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Information Management Mocktest

    (Finals) Information Management Mocktest

    Xai Alexandrei Delos Reyes · 64問 · 8ヶ月前

    (Finals) Information Management Mocktest

    (Finals) Information Management Mocktest

    64問 • 8ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Philippine Popular Culture Mocktest

    (Finals) Philippine Popular Culture Mocktest

    Xai Alexandrei Delos Reyes · 46問 · 8ヶ月前

    (Finals) Philippine Popular Culture Mocktest

    (Finals) Philippine Popular Culture Mocktest

    46問 • 8ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Integrative Programming Mocktest BSIT 402

    (Finals) Integrative Programming Mocktest BSIT 402

    Xai Alexandrei Delos Reyes · 24問 · 8ヶ月前

    (Finals) Integrative Programming Mocktest BSIT 402

    (Finals) Integrative Programming Mocktest BSIT 402

    24問 • 8ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Network Technology Mocktest BSIT 402

    (Finals) Network Technology Mocktest BSIT 402

    Xai Alexandrei Delos Reyes · 37問 · 8ヶ月前

    (Finals) Network Technology Mocktest BSIT 402

    (Finals) Network Technology Mocktest BSIT 402

    37問 • 8ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Quantitative Methods Mocktest BSIT 402

    (Finals) Quantitative Methods Mocktest BSIT 402

    Xai Alexandrei Delos Reyes · 18問 · 8ヶ月前

    (Finals) Quantitative Methods Mocktest BSIT 402

    (Finals) Quantitative Methods Mocktest BSIT 402

    18問 • 8ヶ月前
    Xai Alexandrei Delos Reyes

    Application Development Mocktest (Prelim) BSIT 505

    Application Development Mocktest (Prelim) BSIT 505

    Xai Alexandrei Delos Reyes · 72問 · 5ヶ月前

    Application Development Mocktest (Prelim) BSIT 505

    Application Development Mocktest (Prelim) BSIT 505

    72問 • 5ヶ月前
    Xai Alexandrei Delos Reyes

    Data and Digital Communication Mocktest (Prelim) BSIT 505

    Data and Digital Communication Mocktest (Prelim) BSIT 505

    Xai Alexandrei Delos Reyes · 60問 · 5ヶ月前

    Data and Digital Communication Mocktest (Prelim) BSIT 505

    Data and Digital Communication Mocktest (Prelim) BSIT 505

    60問 • 5ヶ月前
    Xai Alexandrei Delos Reyes

    (Handout 1 Only!) Advanced Systems Integration and Architecture Mocktest (Prelim) BSIT 505

    (Handout 1 Only!) Advanced Systems Integration and Architecture Mocktest (Prelim) BSIT 505

    Xai Alexandrei Delos Reyes · 38問 · 5ヶ月前

    (Handout 1 Only!) Advanced Systems Integration and Architecture Mocktest (Prelim) BSIT 505

    (Handout 1 Only!) Advanced Systems Integration and Architecture Mocktest (Prelim) BSIT 505

    38問 • 5ヶ月前
    Xai Alexandrei Delos Reyes

    Enterprise Architecture Mocktest (Prelims) BSIT 505

    Enterprise Architecture Mocktest (Prelims) BSIT 505

    Xai Alexandrei Delos Reyes · 42問 · 5ヶ月前

    Enterprise Architecture Mocktest (Prelims) BSIT 505

    Enterprise Architecture Mocktest (Prelims) BSIT 505

    42問 • 5ヶ月前
    Xai Alexandrei Delos Reyes

    Professional Issues in Information Technology Mocktest (Prelims) BSIT 505

    Professional Issues in Information Technology Mocktest (Prelims) BSIT 505

    Xai Alexandrei Delos Reyes · 44問 · 5ヶ月前

    Professional Issues in Information Technology Mocktest (Prelims) BSIT 505

    Professional Issues in Information Technology Mocktest (Prelims) BSIT 505

    44問 • 5ヶ月前
    Xai Alexandrei Delos Reyes

    Application Development Mocktest (Midterm) BSIT 505

    Application Development Mocktest (Midterm) BSIT 505

    Xai Alexandrei Delos Reyes · 42問 · 5ヶ月前

    Application Development Mocktest (Midterm) BSIT 505

    Application Development Mocktest (Midterm) BSIT 505

    42問 • 5ヶ月前
    Xai Alexandrei Delos Reyes

    Event-Driven Programming Mocktest (Midterm) BSIT - 505

    Event-Driven Programming Mocktest (Midterm) BSIT - 505

    Xai Alexandrei Delos Reyes · 61問 · 5ヶ月前

    Event-Driven Programming Mocktest (Midterm) BSIT - 505

    Event-Driven Programming Mocktest (Midterm) BSIT - 505

    61問 • 5ヶ月前
    Xai Alexandrei Delos Reyes

    Data and Digital Communication Mocktest (Midterm) BSIT - 505

    Data and Digital Communication Mocktest (Midterm) BSIT - 505

    Xai Alexandrei Delos Reyes · 80問 · 5ヶ月前

    Data and Digital Communication Mocktest (Midterm) BSIT - 505

    Data and Digital Communication Mocktest (Midterm) BSIT - 505

    80問 • 5ヶ月前
    Xai Alexandrei Delos Reyes

    (Midterm) Advanced Systems and Integration Architecture BSIT - 505

    (Midterm) Advanced Systems and Integration Architecture BSIT - 505

    Xai Alexandrei Delos Reyes · 68問 · 4ヶ月前

    (Midterm) Advanced Systems and Integration Architecture BSIT - 505

    (Midterm) Advanced Systems and Integration Architecture BSIT - 505

    68問 • 4ヶ月前
    Xai Alexandrei Delos Reyes

    (Midterm) Advanced Database Systems Mocktest BSIT - 505

    (Midterm) Advanced Database Systems Mocktest BSIT - 505

    Xai Alexandrei Delos Reyes · 82問 · 4ヶ月前

    (Midterm) Advanced Database Systems Mocktest BSIT - 505

    (Midterm) Advanced Database Systems Mocktest BSIT - 505

    82問 • 4ヶ月前
    Xai Alexandrei Delos Reyes

    (Midterms) Enterprise Architecture Mocktest BSIT 505

    (Midterms) Enterprise Architecture Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 69問 · 4ヶ月前

    (Midterms) Enterprise Architecture Mocktest BSIT 505

    (Midterms) Enterprise Architecture Mocktest BSIT 505

    69問 • 4ヶ月前
    Xai Alexandrei Delos Reyes

    (Midterm) Professional Issues in Information Technology BSIT 505

    (Midterm) Professional Issues in Information Technology BSIT 505

    Xai Alexandrei Delos Reyes · 38問 · 4ヶ月前

    (Midterm) Professional Issues in Information Technology BSIT 505

    (Midterm) Professional Issues in Information Technology BSIT 505

    38問 • 4ヶ月前
    Xai Alexandrei Delos Reyes

    (Pre-Finals)Event-Driven Programming Mocktest BSIT 505

    (Pre-Finals)Event-Driven Programming Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 59問 · 3ヶ月前

    (Pre-Finals)Event-Driven Programming Mocktest BSIT 505

    (Pre-Finals)Event-Driven Programming Mocktest BSIT 505

    59問 • 3ヶ月前
    Xai Alexandrei Delos Reyes

    (Pre-finals) Application Development Mocktest BSIT 505

    (Pre-finals) Application Development Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 41問 · 3ヶ月前

    (Pre-finals) Application Development Mocktest BSIT 505

    (Pre-finals) Application Development Mocktest BSIT 505

    41問 • 3ヶ月前
    Xai Alexandrei Delos Reyes

    (Pre-Finals) Data and Digital Communication Mocktest BSIT 505

    (Pre-Finals) Data and Digital Communication Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 57問 · 3ヶ月前

    (Pre-Finals) Data and Digital Communication Mocktest BSIT 505

    (Pre-Finals) Data and Digital Communication Mocktest BSIT 505

    57問 • 3ヶ月前
    Xai Alexandrei Delos Reyes

    (Pre-Finals) ASIA Mocktest BSIT 505

    (Pre-Finals) ASIA Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 44問 · 3ヶ月前

    (Pre-Finals) ASIA Mocktest BSIT 505

    (Pre-Finals) ASIA Mocktest BSIT 505

    44問 • 3ヶ月前
    Xai Alexandrei Delos Reyes

    (Pre-Finals) Advanced Database Systems Mocktest BSIT 505

    (Pre-Finals) Advanced Database Systems Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 72問 · 3ヶ月前

    (Pre-Finals) Advanced Database Systems Mocktest BSIT 505

    (Pre-Finals) Advanced Database Systems Mocktest BSIT 505

    72問 • 3ヶ月前
    Xai Alexandrei Delos Reyes

    (Pre-Finals) Enterprise Architecture Mocktest BSIT 505

    (Pre-Finals) Enterprise Architecture Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 42問 · 3ヶ月前

    (Pre-Finals) Enterprise Architecture Mocktest BSIT 505

    (Pre-Finals) Enterprise Architecture Mocktest BSIT 505

    42問 • 3ヶ月前
    Xai Alexandrei Delos Reyes

    (Pre-Finals) Professional Issues In Information Technolog Mocktest BSIT 505

    (Pre-Finals) Professional Issues In Information Technolog Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 62問 · 3ヶ月前

    (Pre-Finals) Professional Issues In Information Technolog Mocktest BSIT 505

    (Pre-Finals) Professional Issues In Information Technolog Mocktest BSIT 505

    62問 • 3ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Application Development Mocktest BSIT 505

    (Finals) Application Development Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 62問 · 2ヶ月前

    (Finals) Application Development Mocktest BSIT 505

    (Finals) Application Development Mocktest BSIT 505

    62問 • 2ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Data and Digital Communication Mocktest BSIT - 505

    (Finals) Data and Digital Communication Mocktest BSIT - 505

    Xai Alexandrei Delos Reyes · 61問 · 2ヶ月前

    (Finals) Data and Digital Communication Mocktest BSIT - 505

    (Finals) Data and Digital Communication Mocktest BSIT - 505

    61問 • 2ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Advanced Database Systems Mocktest BSIT 505

    (Finals) Advanced Database Systems Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 62問 · 2ヶ月前

    (Finals) Advanced Database Systems Mocktest BSIT 505

    (Finals) Advanced Database Systems Mocktest BSIT 505

    62問 • 2ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Enterprise Architecture Mocktest BSIT 505

    (Finals) Enterprise Architecture Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 60問 · 2ヶ月前

    (Finals) Enterprise Architecture Mocktest BSIT 505

    (Finals) Enterprise Architecture Mocktest BSIT 505

    60問 • 2ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Professional issues in Information Technology Mocktest BSIT 505

    (Finals) Professional issues in Information Technology Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 27問 · 2ヶ月前

    (Finals) Professional issues in Information Technology Mocktest BSIT 505

    (Finals) Professional issues in Information Technology Mocktest BSIT 505

    27問 • 2ヶ月前
    Xai Alexandrei Delos Reyes

    (Finals) Event-Driven Programming Mocktest BSIT 505

    (Finals) Event-Driven Programming Mocktest BSIT 505

    Xai Alexandrei Delos Reyes · 65問 · 3ヶ月前

    (Finals) Event-Driven Programming Mocktest BSIT 505

    (Finals) Event-Driven Programming Mocktest BSIT 505

    65問 • 3ヶ月前
    Xai Alexandrei Delos Reyes

    (Prelims) Mobile Systems and Technologies Mocktest BSIT 604

    (Prelims) Mobile Systems and Technologies Mocktest BSIT 604

    Xai Alexandrei Delos Reyes · 42問 · 21日前

    (Prelims) Mobile Systems and Technologies Mocktest BSIT 604

    (Prelims) Mobile Systems and Technologies Mocktest BSIT 604

    42問 • 21日前
    Xai Alexandrei Delos Reyes

    (Prelims) Great Books Mocktest BSIT 604

    (Prelims) Great Books Mocktest BSIT 604

    Xai Alexandrei Delos Reyes · 11回閲覧 · 72問 · 15日前

    (Prelims) Great Books Mocktest BSIT 604

    (Prelims) Great Books Mocktest BSIT 604

    11回閲覧 • 72問 • 15日前
    Xai Alexandrei Delos Reyes

    (Prelims) Management Information Systems Mocktest BSIT - 604

    (Prelims) Management Information Systems Mocktest BSIT - 604

    Xai Alexandrei Delos Reyes · 64問 · 4日前

    (Prelims) Management Information Systems Mocktest BSIT - 604

    (Prelims) Management Information Systems Mocktest BSIT - 604

    64問 • 4日前
    Xai Alexandrei Delos Reyes

    (Prelims) Web Systems and Technologies Mocktest BSIT 604

    (Prelims) Web Systems and Technologies Mocktest BSIT 604

    Xai Alexandrei Delos Reyes · 18問 · 14時間前

    (Prelims) Web Systems and Technologies Mocktest BSIT 604

    (Prelims) Web Systems and Technologies Mocktest BSIT 604

    18問 • 14時間前
    Xai Alexandrei Delos Reyes

    問題一覧

  • 1

    It is a formal notation system or instructions for writing computer programs and other software applications.

    Programming Language

  • 2

    What did Ada Lovelace invent in 1843 that made the leap that numbers could represent other things, leading to the idea of programming languages?

    Machine Language

  • 3

    Developed during the 1940s by Konrad Zuse, It was the first high-level computer programming language ever developed. This language included mathematical expressions, showing the current relationships between program variables and the ability to store codes that enabled engineers to carry out routine, repetitive tasks more efficiently and quickly.

    Plankalkül

  • 4

    Developed in 1949 by Kathleen Booth, It was a low-level programming language developed to simplify machine code for writing instructions for processors.

    Assembly Language

  • 5

    Implemented by William Schmitt in 1949, to improve the operations of the BINAC and UNIVAC computers.

    Shortcode

  • 6

    Developed in 1952 by Alick Glennie, It was developed for the Mark 1 computer at the University of Manchester. It was considered the first compiled programming language that could be translated into machine code using a special application known as the compiler.

    Autocode

  • 7

    Created in 1957 by John Backus, it was to shorten the process of programming and make computer programming more accessible. It is still used today in supercomputers and scientific and mathematical computations

    Fortran

  • 8

    Created in 1958 by American and European computer scientists. It became the point of origin for other programming languages, including Pascal, Java, C, and C++.

    ALGOL

  • 9

    Created in 1958 by John McCarthy, It was created for his artificial intelligence (AI) applications. It is one of the oldest computer programming languages still used today by AI companies like Boeing and Genworks.

    LISP

  • 10

    Created in 1959 by Dr. Grace Murray Hopper for business computer programs in industries. It was estimated to be in use by over 100 million people and is still widely used in today’s banking systems.

    COBOL

  • 11

    Created in 1964 by Dartmouth College students, It was created as a computer programming language for beginners. Bill Gates and Paul Allen furthered its development, and it became Microsoft’s first commercially successful product.

    BASIC

  • 12

    Created in 1970 by Niklaus Wirth, it was named after the famed mathematician Blaise Pascal. Apple was one of the leading companies to endorse this due to its streamlined and straightforward process.

    Pascal

  • 13

    Created in 1972 by Dennis Ritchie, It was named as such as it descended from the B language. It is recommended for creating embedded system drivers and applications. Programming languages like C#, Java, JavaScript, Perl, PHP, and Python are all derived from this language.

    C

  • 14

    Developed in 1972 by Raymond Boyce and Donald Chamberlain. It was first called SEQUEL and was used for modifying, viewing, and altering information in databases.

    SQL

  • 15

    Developed in 1983 by Bjarne Stroustrup, a C programmer, modified the programming language and released it. The changes include new features such as templates, classes, and virtual functions

    C++

  • 16

    Developed in 1983 by Brad Cox and Tom Love, This is the primary programming language used to create applications for Apple’s iOS, macOS, and iPad operating systems.

    Objective-C

  • 17

    Developed in 1991 by Guido Van Rossum, He founded this as a support language for software developers, build control and management, testing, and many other ways. It is a general-purpose, high-level language.

    Python

  • 18

    Developed in 1991 by Microsoft. It allows users to drag and drop sections of code simultaneously. Users can choose from various options in the drop-down menus and change different codes.

    Visual Basic (VB)

  • 19

    Developed in 1995 by James Gosling for a software project for interactive TV. It is considered one of the world’s most famous and popular programming languages for coding web applications. It is a multi-platform, object-oriented, and network-centric language that can be used as a platform.

    Java

  • 20

    Developed in 1995 by Brendan Eich, it is primarily used as a scripting language in websites. It is also used for web development, PDF documents, and desktop widgets

    JavaScript

  • 21

    Developed in 1995 by Rasmus Lerdorf to build and maintain web pages and server-side development. Facebook, Wikipedia, and WordPress use this language.

    PHP

  • 22

    Which statement is NOT TRUE about Scientific Applications?

    Computer use in this domain began in the 1950s when special computers were developed along with special languages.

  • 23

    Which statement BEST describes Business Applications?

    The first successful high-level language for this domain was COBOL, the initial version from 1960

  • 24

    Which statement is NOT TRUE about Artificial intelligence?

    The WWW (World Wide Web) is supported by a collection of languages, ranging from HTML (not a programming language) to Java (general-purpose programming language).

  • 25

    Which statement is NOT TRUE about Web Software?

    Computer use in this domain began in the 1950s when special computers were developed along with special languages.

  • 26

    It is the collection of tools in software development. It may consist of only a file system, a text editor, a linker, and a compiler, or sometimes, it may include a large collection of integrated tools wherein each is accessed through a uniform user interface.

    Programming Environments

  • 27

    It is a redefined and optimized code editor for building and debugging modern web and cloud applications. It is a lightweight yet powerful source code editor that runs on a desktop and is available for Windows, macOS, and Linux. It has built-in support for JavaScript, TypeScript, and Node.js and has a rich ecosystem of extensions for other languages and runtimes such as Java, Python, C++, C#, PHP, and .NET).

    Microsoft Visual Studio Code

  • 28

    It is a free, open-source, integrated development environment (IDE) that allows the development of desktop, mobile, and web applications. It provides comprehensive support for JDK 7 technologies and the most recent Java enhancements. It also supports JavaScript, Ruby, and PHP. NetBeans and Visual Studio are more development environments as they are also frameworks. This means that they provide common parts of the code of the application.

    NetBeans

  • 29

    It contains a text editor for coding, a message area, a text console, a toolbar for various functions, and a series of menus. It connects to the Arduino board to upload programs and communicate with them.

    Arduino IDE

  • 30

    It is a visual programming editor that uses drag-and-drop blocks for coding. It is made by Google and is currently empowering the most popular coding education programs worldwide. The user defines the block connections and input fields for Blockly to handle the complicated rendering, dragging, and connection of them.

    Blockly

  • 31

    An important criterion for assessing programming language is the ease with which programs can be read and understood.

    Readability

  • 32

    In characteristics that contribute to the readability of a programming language, The overall simplicity of a programming language strongly impacts its readability. For example, a larger number of basic constructs in a language is more difficult to learn than one with a smaller number.

    Simplicity

  • 33

    "a scenario of more than one (1) way to accomplish a particular operation." Identify what problems in readability is in the given statement.

    Feature Multiplicity

  • 34

    "a scenario wherein a single operator symbol has more than one (1) meaning. It can result in reduced readability if users create their overloading and do not do it sensibly." Identify what problems in readability is in the given statement.

    Operator Overloading

  • 35

    "a scenario wherein the language is too simple to the point of lacking more complex statements and less obvious program structure." Identify what problems in readability is in the given statement.

    Oversimplicity

  • 36

    It is the ability to change one thing without unseen effects on other things in the program.

    Orthogonality

  • 37

    which statement is NOT TRUE about Orthogonality?

    The presence of adequate facilities for defining data types and data structure offers a significant aid to readability.

  • 38

    The presence of adequate facilities for defining data types and data structure offers a significant aid to readability. For instance, it might not be easily understood if a numeric type is used for an indicator flag, such as in C language, because there is no Boolean type in the language.

    Data Types

  • 39

    The syntax or form of the elements has an impact on the readability of programs.

    Syntax Design

  • 40

    Some programming languages have used matching pairs of special words or symbols to form groups. These languages have diminished readability as statement groups are always terminated in the same way, making it difficult to determine which group is being ended when an end or a right brace appears ( } ).

    Special Words

  • 41

    Designing statements to make their appearance partially specify their purpose, which helps readability. Semantics, or meaning, must follow directly from syntax or form.

    Form and Meaning

  • 42

    It is the measure of how easily a language can be used to create programs for a chosen problem domain. It is unfair to compare the writability of different languages of a particular application when one is designed for that application and one that was not.

    Writability

  • 43

    A large number of different constructs in a language might confuse some programmers as they might not be familiar with them. This leads to the misuse and disuse of some features.

    Simplicity and Orthogonality

  • 44

    Which statement is NOT TRUE about Simplicity and Orthogonality in Writability?

    This refers to various characteristics.

  • 45

    It is in a language refers to various characteristics. It means that there are more effective operators that allow a computation to be accomplished with a very small program.

    Expressivity

  • 46

    Which statement is NOT TRUE about Expressivity in Writability?

    A large number of different constructs in a language might confuse some programmers as they might not be familiar with them. This leads to the misuse and disuse of some features.

  • 47

    It is met if a program performs to its specifications under all conditions.

    Reliability

  • 48

    It tests for the type of errors in a program, either by the compiler or during program execution.

    Type Checking

  • 49

    Which statement is NOT TRUE about Type Checking?

    It is the ability of the program to intercept runtime errors and other unusual conditions detectable by the program, take corrective measures, and then continue.

  • 50

    It is the ability of the program to intercept runtime errors and other unusual conditions detectable by the program, take corrective measures, and then continue

    Exception Handling

  • 51

    It happens when there are two (2) or more distinct names in a program that can be used to access the same memory cell. It is considered and accepted as a dangerous feature in a programming language.

    Aliasing

  • 52

    A language that does not support natural ways to express the required algorithms in a program will use unnatural approaches that are likely to be incorrect for all possible situations. A program is more likely to be correct if it is easier to write. Additionally, a program that is difficult to read can also be difficult to write and modify.

    Readability and Writability

  • 53

    Studying programming languages can be divided into examinations of ___________?

    syntax and semantics

  • 54

    It is the form of its expressions, statements, and program units. It defines the meaning of the various combinations of symbols used in programming and describes which strings of characters comprise a valid program

    Syntax

  • 55

    It is a program written in a high-level programming language

    Source Code

  • 56

    This is the file containing the source code

    Source File

  • 57

    These reserved words that have a special meaning in the language. They form the basic building blocks for writing programs. Examples include if, else, for, and while.

    Keywords

  • 58

    These are symbols that perform operations on variables and values. Examples include arithmetic operators like + and -and logical operators like && and ||.

    Operators

  • 59

    It includes symbols such as commas, semicolons, and braces that help structure the program. They indicate the end of statements or encapsulate blocks of code

    Punctuation

  • 60

    These are names that identify user-defined items such as variables, functions, and arrays.

    Identifiers

  • 61

    It is a natural notation for describing syntax.

    BNF (Backus-Naur Form)

  • 62

    Which statement is NOT TRUE about BNF Notation?

    it is a tree representation of the syntactic structure of the source code.

  • 63

    Who were the people that developed BNF Notation?

    John Backus and Peter Naur

  • 64

    It is a language or set of terms used to describe another language.

    Metalanguage

  • 65

    It can be created by combining terminals and nonterminals. These also called production rules

    BNF rules

  • 66

    It is a set of BNF rules

    BNF grammar

  • 67

    In BNF Notation, These are strings that must exactly match specific items in the input

    Terminals

  • 68

    In BNF Notation, These are symbols that will be replaced by a concrete value.

    Nonterminals

  • 69

    In BNF Notation, These are conventions of terminals and nonterminals that defined how the elements relate.

    Rules

  • 70

    It is a tree representation of the syntactic structure of the source code.

    Abstract Syntax Tree (AST),

  • 71

    Which statement is NOT TRUE about Abstract Syntax Tree?

    It is the meaning of those expressions, statements, and program units that syntax forms.

  • 72

    It is the meaning of those expressions, statements, and program units that syntax forms.

    Semantics

  • 73

    It involves rules checked simultaneously, such as type checking and scope resolution. These rules ensure that certain errors are caught before the program runs, enhancing reliability and robustness. For instance, if a variable is used without being declared, a statically typed language will flag an error before execution.

    Static semantics

  • 74

    Which statement is NOT TRUE about Static Semantics

    It refers to the behavior of a program when it is run.

  • 75

    It refers to the behavior of a program when it is run. It includes the execution of expressions, control structures like loops and conditionals, and manipulating data through functions and procedures.

    Dynamic semantics

  • 76

    Which statement is NOT TRUE about Dynamic semantics

    It involves rules checked simultaneously, such as type checking and scope resolution.

  • 77

    It describes the behavior of a program in terms of abstract machine execution steps. For instance, it outlines how each expression or statement is evaluated step-by-step, making it ideal for simulating program execution.

    Operational Semantics

  • 78

    It maps syntactic constructs to mathematical objects, offering an abstract, mathematical description of their meaning. This approach helps in reasoning about program correctness and equivalence. For example, a function in programming might be represented as a mathematical mapping between input and output values.

    Denotational Semantics

  • 79

    It uses logical assertions, such as preconditions and postconditions, to specify and prove properties about a program. It is especially useful in verifying the correctness of algorithms.

    Axiomatic Semantics