【Preparation for Soft Exam · Xisaiwang Daily Practice】April 26, 2023

Topic and source of analysis: April 26, 2023 A software designer's daily practice

1. Today's results

insert image description here

2. Summary of wrong questions

first question

insert image description here

Parse:
data coupling: A set of modules passing simple data with the help of parameter tables .
public coupling: Multiple modules all access the same common data environment .
external coupling: A group of modules all access the same global simple variable, and the information of the global variable is not passed through the parameter table .
content coupling: One module directly accesses the internal data of another module ; one module does not go through the normal entry to the inside of the other module ; some program codes of the two modules overlap ; one module has multiple entries .

3. Gaps in knowledge

  • reviewUML state diagram
  • Visual color can be described by three characteristics of brightness, hue and saturation . where saturation is the colorpurity
  • Unified Process (UP) Model ofElaboration stagefocus onRequirements Analysis and Architecture Evolution
  • waterfall modelSuitableSystem requirements are complete, concise, consistent, and can be generated before design and implementation are completes project.
  • For a sequence table with n elements, the average search length for a successful search is(n+1)/2
  • The main difference between MPC (Multimedia PC) and PC is the addition ofAbility to process video and audio information
  • reviewExtreme Programming (XP)relevant knowledge.

Guess you like

Origin blog.csdn.net/dzk666123/article/details/130385289