generated from chankjen/SE_Day1
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Assignment 1 #153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
VictorADisa
wants to merge
9
commits into
Powerlearnproject:main
Choose a base branch
from
Powerlearnproject:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Assignment 1 #153
Changes from 7 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
7657116
GitHub Classroom Autograding Workflow
github-classroom[bot] bc4abe0
GitHub Classroom Feedback
github-classroom[bot] e03b6b3
Setting up GitHub Classroom Feedback
github-classroom[bot] ad10910
add online IDE url
github-classroom[bot] e3d19e6
Update README.md
VictorADisa ee3626e
Update README.md
VictorADisa 5ecbbba
Update README.md
VictorADisa 0858dd7
Update README.md
VictorADisa ccf0d6b
Update README.md
VictorADisa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| name: Autograding Tests | ||
| 'on': | ||
| - push | ||
| - repository_dispatch | ||
| permissions: | ||
| checks: write | ||
| actions: read | ||
| contents: read | ||
| jobs: | ||
| run-autograding-tests: | ||
| runs-on: ubuntu-latest | ||
| if: github.actor != 'github-classroom[bot]' | ||
| steps: | ||
| - name: Checkout code | ||
| uses: actions/checkout@v4 | ||
| - name: Quiz 1 | ||
| id: quiz-1 | ||
| uses: classroom-resources/autograding-io-grader@v1 | ||
| with: | ||
| test-name: Quiz 1 | ||
| setup-command: '' | ||
| command: Which of the following best describes software engineering? | ||
| input: |- | ||
| a) The study of hardware components | ||
| b) The process of designing, developing, and maintaining software | ||
| c) The analysis of networking protocols | ||
| d) The management of data storage systems | ||
| expected-output: b) The process of designing, developing, and maintaining | ||
| software | ||
| comparison-method: exact | ||
| timeout: 10 | ||
| max-score: 10 | ||
| - name: Autograding Reporter | ||
| uses: classroom-resources/autograding-grading-reporter@v1 | ||
| env: | ||
| QUIZ-1_RESULTS: "${{steps.quiz-1.outputs.result}}" | ||
| with: | ||
| runners: quiz-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
software engineering is a branch of computer science used for developing, testing and maintaining software.
reliability- it ensures software performs as expected without bias especially for critical applications like healthcare ,finance.
efficiency - it helps to optimize developer workflow while maintaining high quality standards.
scalability and flexibility - it ensures that the system can handle an increased load without affecting performance.
security - implement protection practice like authentication, authorization and encryption to secure users information. Identify and describe at least three key milestones in the evolution of software engineering.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct...