How are C language operation questions scored, and what is the scoring standard for C language compu

Updated on educate 2024-02-25
3 answers
  1. Anonymous users2024-02-06

    Computer Level 2C language question types and scoring criteria: 1. Multiple choice questions: 40 questions, 1 point for each question. Points are given according to the standard answers.

    2. Fill in the blanks in the program: 3 blanks, 6 points for each blank. A total of 18 points, according to the standard answer to give points, if it is not the same as the standard answer, even if it is correct, there is no point. Each empty has a score for each empty space. If you get it right, you will be given 6 points.

    3. Procedure correction: 2 errors, 9 points each, a total of 18 points. There is an error in the line below *found*, and points are given according to the standard answer, if it is not the same as the standard answer, even if it is correct, there is no point.

    4. Programming questions: 24 points in total. Points will be given according to the procedure. After the programming is completed, save, compile, connect, execute, enter according to the requirements of the question, and get the required result with 24 points, otherwise it is 0 points.

    The computer-based test fills in the blanks and corrects the wrong questions by blanks, it is to find the blank by line, and then compare and score, which is why you are not allowed to increase or decrease the number of rows. For the last programming problem, it's pretty much the same way, and it saves the results of the program you've programmed. dat file, then compare, and then give your score.

    You can see this document in the candidate's folder, so be sure to check this document after the test to avoid any problems affecting the test score.

    For programming questions, the grader first reads the extension under the examinee folder. The data in the DAT file is then compared with the data provided in the scoring program, so the candidate must run the program to generate the extension after programming. Output file of dat!!

  2. Anonymous users2024-02-05

    Computer Level 2 C multiple-choice questions must be answered correctly in half (20 questions).

    Computer Level 2 C language questions.

    1.Starting from the March 2019 examination, the requirements for obtaining the certificate for Level 2 language and database subjects (i.e. other Level 2 subjects except for MS Office Advanced Applications) are as follows: candidates with a total score of 60 points and a multiple-choice score of 50% or more (i.e., a multiple-choice joke score of 20 points or more) can obtain a passing certificate.

    Selected from Encyclopedia) Language Passing Skills: Multiple choice questions are generally divided into: positive interview questions and negative interview questions.

    The question that asks the correct point of view is called the main interview question; Asking questions that are wrong is called an anti-interview question. Select the question in a multiple-choice question. The test covers a wide range of questions.

    When we are revising, it is generally impossible to grasp every question very clearly. Therefore, the exam is something we will encounter that we will not be able to, and we must learn to give up. We can give up for now.

    Wait until you've done all the questions, and then come back to them.

    Here are the other methods we can use: Selective Method, Elimination Method, "Touching Potatoes and Hidden Guessing Method".

    Relevant C language exam content. The C language relies on the second-level C language programming, and the common foundation.

    1.The content that needs to be learned in the second-level C language programming includes: the structure of C language programs, data types and their operations, basic statements, selection structure programming, circular structure programming, array definition and reference, functions, compilation and preprocessing, pointers, structs (i.e., "structures") and communities (i.e., "union"), bit operations, file operations, etc.

    C language programming.

    2.The Common Fundamentals exam covers data structures, programming, software engineering, and databases).

  3. Anonymous users2024-02-04

    Some. For example, I took the second paper a few months ago.

    See the grading criteria?

    The one below the scoring criteria (i.e., the red bold font that appears for the second time is the positive excitation sen) is the scoring criterion. You see a lot of water, and there are points for input and output (ps: I want to complain about lead hunger, I was deducted 5 points for storing strings, but the question is not required (to be honest, I think mine is a little better), try to follow the questioner's ideas.

    Therefore, it will not be empty and should not be empty, one input and one output per acre, and nearly half of the points will have ......

Related questions
4 answers2024-02-25

2. 1, True 2, False (there is only one program) 3, False (not necessarily) 4, True. >>>More

4 answers2024-02-25

It's not very hard that the tail node next points to null. >>>More

9 answers2024-02-25

Scope. You static char *chh;

static char *ch1;Although the address pointed to by the two pointers does not change, have you ever wondered whether the memory address they point to has been released, char chc[10]; It's local, the function is out, the lifecycle is over, and you're trying to access it with a pointer in void times(). >>>More

5 answers2024-02-25

These are not macro definitions, these are file containments. >>>More

7 answers2024-02-25

#include

using namespace std; >>>More