КВИЗ 7 одд Програмирање C++

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Katejaneva123
K
Katejaneva123
Community Contributor
Quizzes Created: 1 | Total Attempts: 1,246
Questions: 16 | Attempts: 1,247

SettingsSettingsSettings
КВИЗ 7 одд Програмирање C++ - Quiz

.


Questions and Answers
  • 1. 

    Луѓето кои пишуваат програми се нарекуваат

    • A.

      машини

    • B.

      човек кој креира програма

    • C.

      програмери

    • D.

      Option 4

    Correct Answer
    C. програмери
    Explanation
    The correct answer is "програмери". This is because the term "програмери" translates to "programmers" in English, which refers to individuals who write and create computer programs. Therefore, this is the most suitable answer choice in relation to the question.

    Rate this question:

  • 2. 

    Посебен вид на вештачки јазици развиени за комуникација помеѓу човекот и компјутерот се нарекува

    Correct Answer
    програмски јазик
    Explanation
    A special type of artificial languages developed for communication between humans and computers is called a programming language.

    Rate this question:

  • 3. 

     Постапката на запишување на инструкции преку наредби на некој програмски јазик се нарекува

    Correct Answer
    програмирање
    Explanation
    The process of recording instructions through commands in a programming language is called programming.

    Rate this question:

  • 4. 

    Програмските јазици се делат на 

    • A.

      вештачки и природни

    • B.

      виши и нижи

    • C.

      природни 

    • D.

      Option 4

    Correct Answer
    B. виши и нижи
    Explanation
    The correct answer is "виши и нижи" because it accurately describes the categorization of programming languages into higher-level and lower-level languages. Higher-level languages are more abstract and user-friendly, while lower-level languages are closer to machine code and provide more control over hardware resources. This categorization is important in understanding the level of abstraction and complexity of different programming languages.

    Rate this question:

  • 5. 

    Постапка од конечен број на прецизно формулирани дејства со точно зададен редослед на нивното извршување.

    • A.

      Алгоритам

    • B.

      Алгоритамски чекори

    • C.

      Програма

    • D.

      Option 4

    Correct Answer
    A. Алгоритам
    Explanation
    The given sequence of steps suggests a process that involves a finite number of precisely formulated actions with a specific order of execution. This process is commonly known as an algorithm. Therefore, the correct answer is "Алгоритам."

    Rate this question:

  • 6. 

    Дејствата од кои се состои алгоритамот се нарекуваат

    Correct Answer
    алгоритамски чекори
    Explanation
    The actions that make up an algorithm are called algorithmic steps.

    Rate this question:

  • 7. 

    Алгоритмите треба да се

    Correct Answer
    недвосмислени,јасни и прецизни
    Explanation
    The correct answer is "недвосмислени, јасни и прецизни" which translates to "unambiguous, clear, and precise" in English. This answer aligns with the statement in the question that "алгоритмите треба да се" which means "algorithms should be." Therefore, it can be inferred that the algorithms should be unambiguous, clear, and precise to ensure their effectiveness and accuracy.

    Rate this question:

  • 8. 

    Програма напишана на некој од вишите програмски јазици се нарекува

    Correct Answer
    изворна програма
    Explanation
    The given correct answer states that a program written in one of the higher-level programming languages is called an "изворна програма" which translates to "source program" in English. This term is commonly used to refer to the original code written by a programmer before it is compiled or interpreted into machine code that a computer can understand and execute.

    Rate this question:

  • 9. 

    Програма која ја извршува компјутерот се нарекува

    • A.

      извршна програма

    • B.

      изворна програма

    • C.

      изворен код

    • D.

      ништо од наведеното

    Correct Answer
    A. извршна програма
    Explanation
    The correct answer is "извршна програма" because it refers to the program that is executed by the computer. "Изворна програма" means source program, which is the program written by a programmer. "Изворен код" means source code, which is the human-readable version of the program. "Ништо од наведеното" means none of the above, which is not the correct answer in this case.

    Rate this question:

  • 10. 

    Претворањето на изворниот код во извршен код се врши во два чекора со помош на посебни системски програми наречени

    Correct Answer
    преведувачи
    Explanation
    The given answer is "преведувачи". The explanation for this answer is that the process of converting source code into executable code is done in two steps using special system programs called "преведувачи" which translates the code from one language to another. These translators are responsible for converting the human-readable source code into machine-readable instructions that can be executed by the computer.

    Rate this question:

  • 11. 

    Претпроцесорска наредба која не се преведува се нарекува 

    • A.

      #

    • B.

      INT MAIN

    • C.

      {

    • D.

      }

    Correct Answer
    A. #
    Explanation
    The given code is an example of a preprocessor directive that is not translated or compiled. In this case, the preprocessor directive is denoted by the "#" symbol. The code snippet also includes a placeholder for a main function, which is typically the entry point for a C or C++ program. However, since there is no code inside the main function, it is empty.

    Rate this question:

  • 12. 

    Библиотеките се ставаат помеѓу знаците

    • A.

      <>

    • B.

      {}

    • C.

      ништо од наведеното

    • D.

      Option 4

    Correct Answer
    A. <>
    Explanation
    The given statement states that libraries are placed between the signs . However, the correct answer is which means "nothing from the given options". This suggests that none of the options provided accurately describes the placement of libraries between the signs . Therefore, the correct answer is none of the options provided.

    Rate this question:

  • 13. 

    Int maint() – представува главна функција-ако е неточно види го точниот одговор

    • A.

      True

    • B.

      False

    Correct Answer
    B. False
    Explanation
    The given statement is false because "Int maint()" is not a valid main function in any programming language. The correct syntax for the main function in C++ is "int main()". Therefore, the correct answer is false.

    Rate this question:

  • 14. 

    Променливи кои не ја менуваат својата вредност се наречени 

    Correct Answer
    константи
    Explanation
    The correct answer is "константи" because it refers to variables that do not change their value. In programming, constants are used to store values that remain the same throughout the execution of a program. These values cannot be modified or reassigned. By using constants, programmers can ensure that certain values remain consistent and cannot be accidentally altered.

    Rate this question:

  • 15. 

    Променливи кои ја менуваат својата вредност се наречени

    Correct Answer
    променливи
    Explanation
    The given question is in Macedonian and it asks for the term used to describe variables that change their value. The correct answer is "променливи", which translates to "variables" in English.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 24, 2020
    Quiz Created by
    Katejaneva123
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.