data items may involve organizing or sorting them, checking them for accuracy, or performing calculations…

data items may involve organizing or sorting them, checking them for accuracy, or performing calculations with them. \noutputting \ninputting \nconverting \nprocessing \nquestion 10 \nthe process of walking through a programs logic on paper before you actually write the program is called ___. \npseudocoding \ndesk - checking \nflowcharting \ntesting
Answer
Answer:
- D. Processing
- B. desk - checking
Brief Explanations:
- Processing data involves organizing, sorting, accuracy - checking, or calculating with data items.
- Desk - checking is the process of walking through a program's logic on paper before writing the program.