옆에서 티비나 유튜브를 보고 있는 습관을 바꿔서 아이들에게 공부하라고 말만하지 않고 공부하는 모습을 보여주고 싶은 것이 첫번째 이유이고, 

굳어가는 머리를 풀어주고 싶은것이 두번째 이유이다. 

 

언제인지도 기억나지 않는 예전에 한자를 공부하는 것이 재미있다고 느끼던 시절이 있었고

고사성어를 공부하고 관련 이야기를 보면서 즐거워하던 시절도 있었건만

지금은 한자를 봐도 알았던거 같은데라는 생각만든다. 

 

한자 5급을 공부하던 아들의 모습을 보고 한자를 다시한번 공부해야겠다고 마음먹고

어디에 제출하는 것도 아니고 누구에게 보여주기 위한 것도 아닌 나 자신을 위한 공부를 시작하려고 한다. 

공부를 안해봤기에 일단 목표를 높게 잡고 시작...

 

 목표시험: 한국한자능력검정회(한국어문회) 1급

 

◎ 한자능력 급수

자격명 : 한자능력급수
자격등급 : 특급, 특급II, 1급, 2급, 3급, 3급II
자격종류 : 공인민간자격

 

목표차수: 91회(접수 10.12~21 / 필기시험 2020.11.21. 15:00 ~)

 

 문제유형 및 출제기준(출처: 한국한자능력검정회)

讀音 독음 한자의 소리를 묻는 문제.
독음은 두음법칙, 속음현상, 장단음과도 관련
50
訓音 훈음 한자의 뜻과 소리동시에 묻는 문제.
특히 대표훈음을 익히시기 바랍니다.
32
長短音 장단음 한자 단어의 첫소리 발음이 길고 짧음을 구분하고 있는가를 묻는 문제입니다. 4급 이상에서만 출제됩니다. 10
反義語/反意語.相對語 반의어.상대어 어떤 글자(단어)와 반대 또는 상대되는 글자(단어)를 알고 있는가를 묻는 문제입니다. 10
完成型 완성형 고사성어나 단어의 빈칸을 채우도록 하여 단어와 성어의 이해력 및 조어력을 묻는 문제입니다. 15
部首 부수 한자의 부수를 묻는 문제입니다. 부수는 한자의 뜻을 짐작할 수 있는 중요한 부분입니다. 10
同義語/同意語.類義語 동의어.유의어 어떤 글자(단어)와 뜻이 같거나 유사한 글자(단어)를 알고 있는가를 묻는 문제입니다. 10
同音異義語 동음이의어 소리는 같고, 뜻은 다른 단어를 알고 있는가를 묻는 문제입니다. 10
  뜻풀이 고사성어나 단어의 뜻을 제대로 알고 있는가를 묻는 문제  10
略字 약자 한자의 획을 줄여서 만든 略字를 알고 있는가를 묻는 문제입니다. 3
漢字 한자쓰기 제시된 뜻, 소리, 단어 등에 해당하는 한자를 쓸 수 있는가를 확인하는 문제입니다. 40
筆順 필순 한 획 한 획의 쓰는 순서를 알고 있는가를 묻는 문제입니다. 글자를 바르게 쓰기 위해 필요합니다. 8급~5급
漢文 한문 한문 문장을 제시하고 뜻풀이, 독음, 문장의 이해, 한문법의 이해 등을 측정하는 문제입니다. 특급
합계     200

 

'Reading > 공부중' 카테고리의 다른 글

logrotate - System Administrator's Manual  (0) 2020.03.06
학습기록  (0) 2019.12.24
동사의 종류  (0) 2019.12.16
영어공부법 정리 1  (0) 2019.09.15
PSAT-2019-상황판단-008  (0) 2019.06.04

원본: https://manpages.debian.org/jessie/logrotate/logrotate.8.en.html




LOGROTATE(8)    System Administrator's Manual     LOGROTATE(8)

NAME

logrotate ‐ rotates, compresses, and mails system logs

 

SYNOPSIS

logrotate [-dv] [-f|--force] [ -s|--state file] config_file ..

 

DESCRIPTION

logrotate is designed to ease administration of systems that generate large numbers of log files. It allows automatic rotation, compression, removal, and mailing of log files. Each log file may be handled daily, weekly, monthly, or when it grows too large.

 

Normally, logrotate is run as a daily cron job. It will not modify a log more than once in one day unless the criterion for that log is based on the log's size and logrotate is being run more than once each day, or unless the -f or --force option is used.

 

Any number of config files may be given on the command line. Later config files may override the options given in earlier files, so the order in which the logrotate config files are listed is important. Normally, a single config file which includes any other config files which are needed should be used. See below for more information on how to use the include directive to accomplish this. If a directory is given on the command line, every file in that directory is used as a config file.

 

If no command line arguments are given, logrotate will print version and copyright information, along with a short usage summary. If any errors occur while rotating logs, logrotate will exit with non-zero status.

 

OPTIONS

-?, --help

Prints help message.

 

-d, --debug

Turns on debug mode and implies -v. In debug mode, no changes will be made to the logs or to the logrotate state file.

 

-f, --forceTells logrotate to force the rotation, even if it doesn't think this is necessary. Sometimes this is useful after adding new entries to a logrotate config file, or if old log files have been removed by hand, as the new files will be created, and logging will continue correctly.

 

-m, --mail <command>

Tells logrotate which command to use when mailing logs. This command should accept two arguments: 1) the subject of the message, and 2) the recipient. The command must then read a message on standard input and mail it to the recipient. The default mail command is /usr/bin/mail 

 

-s.-s, --state <statefile>

Tells logrotate to use an alternate state file. This is useful if logrotate is being run as a different user for various sets of log files. The default state file is /var/lib/logrotate/status.

 

--usage

Prints a short usage message.

 

-v, --verbose

Turns on verbose mode, ie. display messages during rotation.

 

CONFIGURATION FILE

 

logrotate reads everything about the log files it should be handling from the series of configuration files specified on the command line. Each configuration file can set global options (local definitions override global ones, and later definitions override earlier ones) and specify logfiles to rotate. A simple configuration file looks like this:

 

# sample logrotate configuration file

compress



/var/log/messages {    

    rotate 5    

    weekly

    postrotate

        /usr/bin/killall -HUP syslogd    endscript

}



"/var/log/httpd/access.log" /var/log/httpd/error.log {

    rotate 5

    mail www@my.org

    size 100k

    sharedscripts

    postrotate

        /usr/bin/killall -HUP httpd

    endscript

}



/var/log/news/* {

    monthly

    rotate 2

    olddir /var/log/news/old

    missingok

    postrotate

        kill -HUP `cat /var/run/inn.pid`

    endscript

    nocompress

}



~/log/*.log {}

 


The first few lines set global options; in the example, logs are compressed after they are rotated. Note that comments may appear anywhere in the config file as long as the first non-whitespace character on the line is a #.The next section of the config file defines how to handle the log file /var/log/messages. The log will go through five weekly rotations before being removed. After the log file has been rotated (but before the old version of the log has been compressed), the command /sbin/killall -HUP syslogd will be executed.The next section defines the parameters for both /var/log/httpd/access.log and /var/log/httpd/error.log. Each is rotated whenever it grows over 100k in size, and the old logs files are mailed (uncompressed) to www@my.org after going through 5 rotations, rather than being removed. The sharedscripts means that the postrotate script will only be run once (after the old logs have been compressed), not once for each log which is rotated. Note that log file names may be enclosed in quotes (and that quotes are required if the name contains spaces). Normal shell quoting rules apply, with ', ", and \ characters supported.The next section defines the parameters for all of the files in /var/log/news. Each file is rotated on a monthly basis. This is considered a single rotation directive and if errors occur for more than one file, the log files are not compressed.The last section uses tilde expansion to rotate log files in the home directory of the current user. This is only available, if your glob library supports tilde expansion. GNU glob does support this.Please use wildcards with caution. If you specify *, logrotate will rotate all files, including previously rotated ones. A way around this is to use the olddir directive or a more exact wildcard (such as *.log).If the directory /var/log/news does not exist, this will cause logrotate to report an error. This error cannot be stopped with the missingok directive.Here is more information on the directives which may be included in a logrotate configuration file:compressOld versions of log files are compressed with gzip(1) by default. See also nocompress.compresscmdSpecifies which command to use to compress log files. The default is gzip(1). See also compress.uncompresscmdSpecifies which command to use to uncompress log files. The default is gunzip(1).compressextSpecifies which extension to use on compressed logfiles, if compression is enabled. The default follows that of the configured compression command.compressoptionsCommand line options may be passed to the compression program, if one is in use. The default, for gzip(1), is "-6" (biased towards high compression at the expense of speed). If you use a different compression command, you may need to change the compressoptions to match.copyMake a copy of the log file, but don't change the original at all. This option can be used, for instance, to make a snapshot of the current log file, or when some other utility needs to truncate or parse the file. When this option is used, the create option will have no effect, as the old log file stays in place.copytruncateTruncate the original log file to zero size in place after creating a copy, instead of moving the old log file and optionally creating a new one. It can be used when some program cannot be told to close its logfile and thus might continue writing (appending) to the previous log file forever. Note that there is a very small time slice between copying the file and truncating it, so some logging data might be lost. When this option is used, the create option will have no effect, as the old log file stays in place.create mode owner group, create owner groupImmediately after rotation (before the postrotate script is run) the log file is created (with the same name as the log file just rotated). mode specifies the mode for the log file in octal (the same as chmod(2)), owner specifies the user name who will own the log file, and group specifies the group the log file will belong to. Any of the log file attributes may be omitted, in which case those attributes for the new file will use the same values as the original log file for the omitted attributes. This option can be disabled using the nocreate option.dailyLog files are rotated every day.dateextArchive old versions of log files adding a date extension like YYYYMMDD instead of simply adding a number. The extension may be configured using the dateformat and dateyesterday options.dateformat format_stringSpecify the extension for dateext using the notation similar to strftime(3) function. Only %Y %m %d and %s specifiers are allowed. The default value is -%Y%m%d. Note that also the character separating log name from the extension is part of the dateformat string. The system clock must be set past Sep 9th 2001 for %s to work correctly. Note that the datestamps generated by this format must be lexically sortable (i.e., first the year, then the month then the day. e.g., 2001/12/01 is ok, but 01/12/2001 is not, since 01/11/2002 would sort lower while it is later). This is because when using the rotate option, logrotate sorts all rotated filenames to find out which logfiles are older and should be removed.dateyesterdayUse yesterday's instead of today's date to create the dateext extension, so that the rotated log file has a date in its name that is the same as the timestamps within it.delaycompressPostpone compression of the previous log file to the next rotation cycle. This only has effect when used in combination with compress. It can be used when some program cannot be told to close its logfile and thus might continue writing to the previous log file for some time.extension extLog files with ext extension can keep it after the rotation. If compression is used, the compression extension (normally .gz) appears after ext. For example you have a logfile named mylog.foo and want to rotate it to mylog.1.foo.gz instead of mylog.foo.1.gz.hourlyLog files are rotated every hour. Note that usually logrotate is configured to be run by cron daily. You have to change this configuration and run logrotate hourly to be able to really rotate logs hourly.ifemptyRotate the log file even if it is empty, overriding the notifempty option ( ifempty is the default).include file_or_directoryReads the file given as an argument as if it was included inline where the include directive appears. If a directory is given, most of the files in that directory are read in alphabetic order before processing of the including file continues. The only files which are ignored are files which are not regular files (such as directories and named pipes) and files whose names end with one of the taboo extensions, as specified by the tabooext directive.mail addressWhen a log is rotated out of existence, it is mailed to address. If no mail should be generated by a particular log, the nomail directive may be used.mailfirstWhen using the mail command, mail the just-rotated file, instead of the about-to-expire file.maillastWhen using the mail command, mail the about-to-expire file, instead of the just-rotated file (this is the default).maxage countRemove rotated logs older than <count> days. The age is only checked if the logfile is to be rotated. The files are mailed to the configured address if maillast and mail are configured.maxsize sizeLog files are rotated when they grow bigger than size bytes even before the additionally specified time interval ( daily, weekly, monthly, or yearly). The related size option is similar except that it is mutually exclusive with the time interval options, and it causes log files to be rotated without regard for the last rotation time. When maxsize is used, both the size and timestamp of a log file are considered.minsize sizeLog files are rotated when they grow bigger than size bytes, but not before the additionally specified time interval ( daily, weekly, monthly, or yearly). The related size option is similar except that it is mutually exclusive with the time interval options, and it causes log files to be rotated without regard for the last rotation time. When minsize is used, both the size and timestamp of a log file are considered.missingokIf the log file is missing, go on to the next one without issuing an error message. See also nomissingok.monthlyLog files are rotated the first time logrotate is run in a month (this is normally on the first day of the month).nocompressOld versions of log files are not compressed. See also compress.nocopyDo not copy the original log file and leave it in place. (this overrides the copy option).nocopytruncateDo not truncate the original log file in place after creating a copy (this overrides the copytruncate option).nocreateNew log files are not created (this overrides the create option).nodelaycompressDo not postpone compression of the previous log file to the next rotation cycle (this overrides the delaycompress option).nodateextDo not archive old versions of log files with date extension (this overrides the dateext option).nomailDo not mail old log files to any address.nomissingokIf a log file does not exist, issue an error. This is the default.noolddirLogs are rotated in the directory they normally reside in (this overrides the olddir option).nosharedscriptsRun prerotate and postrotate scripts for every log file which is rotated (this is the default, and overrides the sharedscripts option). The absolute path to the log file is passed as first argument to the script. If the scripts exit with error, the remaining actions will not be executed for the affected log only.noshredDo not use shred when deleting old log files. See also shred.notifemptyDo not rotate the log if it is empty (this overrides the ifempty option).olddir directoryLogs are moved into directory for rotation. The directory must be on the same physical device as the log file being rotated, and is assumed to be relative to the directory holding the log file unless an absolute path name is specified. When this option is used all old versions of the log end up in directory. This option may be overridden by the noolddir option.postrotate/endscriptThe lines between postrotate and endscript (both of which must appear on lines by themselves) are executed (using /bin/sh) after the log file is rotated. These directives may only appear inside a log file definition. Normally, the absolute path to the log file is passed as first argument to the script. If sharedscripts is specified, whole pattern is passed to the script. See also prerotate. See sharedscripts and nosharedscripts for error handling.prerotate/endscriptThe lines between prerotate and endscript (both of which must appear on lines by themselves) are executed (using /bin/sh) before the log file is rotated and only if the log will actually be rotated. These directives may only appear inside a log file definition. Normally, the absolute path to the log file is passed as first argument to the script. If sharedscripts is specified, whole pattern is passed to the script. See also postrotate. See sharedscripts and nosharedscripts for error handling.firstaction/endscriptThe lines between firstaction and endscript (both of which must appear on lines by themselves) are executed (using /bin/sh) once before all log files that match the wildcarded pattern are rotated, before prerotate script is run and only if at least one log will actually be rotated. These directives may only appear inside a log file definition. Whole pattern is passed to the script as first argument. If the script exits with error, no further processing is done. See also lastaction.lastaction/endscriptThe lines between lastaction and endscript (both of which must appear on lines by themselves) are executed (using /bin/sh) once after all log files that match the wildcarded pattern are rotated, after postrotate script is run and only if at least one log is rotated. These directives may only appear inside a log file definition. Whole pattern is passed to the script as first argument. If the script exits with error, just an error message is shown (as this is the last action). See also firstaction.preremove/endscriptThe lines between preremove and endscript (both of which must appear on lines by themselves) are executed (using /bin/sh) once just before removal of a log file. The logrotate will pass the name of file which is soon to be removed. See also firstaction.rotate countLog files are rotated count times before being removed or mailed to the address specified in a mail directive. If count is 0, old versions are removed rather than rotated.size sizeLog files are rotated only if they grow bigger then size bytes. If size is followed by k, the size is assumed to be in kilobytes. If the M is used, the size is in megabytes, and if G is used, the size is in gigabytes. So size 100, size 100k, size 100M and size 100G are all valid.sharedscriptsNormally, prerotate and postrotate scripts are run for each log which is rotated and the absolute path to the log file is passed as first argument to the script. That means a single script may be run multiple times for log file entries which match multiple files (such as the /var/log/news/* example). If sharedscripts is specified, the scripts are only run once, no matter how many logs match the wildcarded pattern, and whole pattern is passed to them. However, if none of the logs in the pattern require rotating, the scripts will not be run at all. If the scripts exit with error, the remaining actions will not be executed for any logs. This option overrides the nosharedscripts option and implies create option.shredDelete log files using shred -u instead of unlink(). This should ensure that logs are not readable after their scheduled deletion; this is off by default. See also noshred.shredcycles countAsks GNU shred(1) to overwrite log files count times before deletion. Without this option, shred's default will be used.start countThis is the number to use as the base for rotation. For example, if you specify 0, the logs will be created with a .0 extension as they are rotated from the original log files. If you specify 9, log files will be created with a .9, skipping 0-8. Files will still be rotated the number of times specified with the rotate directive.su user groupRotate log files set under this user and group instead of using default user/group (usually root). user specifies the user name used for rotation and group specifies the group used for rotation. If the user/group you specify here does not have sufficient privilege to make files with the ownership you've specified in a create instruction, it will cause an error.tabooext [+] listThe current taboo extension list is changed (see the include directive for information on the taboo extensions). If a + precedes the list of extensions, the current taboo extension list is augmented, otherwise it is replaced. At startup, the taboo extension list contains .rpmsave, .rpmorig, ~, .disabled, .dpkg-old, .dpkg-dist, .dpkg-new, .cfsaved, .ucf-old, .ucf-dist, .ucf-new, .rpmnew, .swp, .cfsaved, .rhn-cfg-tmp-*weeklyLog files are rotated if the current weekday is less than the weekday of the last rotation or if more than a week has passed since the last rotation. This is normally the same as rotating logs on the first day of the week, but it works better if logrotate is not run every night.yearlyLog files are rotated if the current year is not the same as the last rotation.FILES/var/lib/logrotate.statusDefault state file./etc/logrotate.confConfiguration options.SEE ALSOgzip(1)NOTESThe killall(1) program in Debian is found in the psmisc package.AUTHORSErik Troan, Preston Brown, Jan Kaluza.
<logrotate-owner@fedoraproject.org><http://fedorahosted.org/logrotate/>
Corrections and changes for Debian by Paul Martin <pm@debian.org>Wed Nov 5 2002 Linux


'Reading > 공부중' 카테고리의 다른 글

아이와 공부를 위한 나의 공부 1 - 한자1급  (0) 2020.07.30
학습기록  (0) 2019.12.24
동사의 종류  (0) 2019.12.16
영어공부법 정리 1  (0) 2019.09.15
PSAT-2019-상황판단-008  (0) 2019.06.04

2019.12.24일부터 기록하는 독서목록(일반독서)

번호.도서명.저자.출판사.독서기간.독서방법.독서일지 작성.비고

no 도서명 저자 출판사 독서기간 독서방법 독서일지 작성일 비고
1 2019 정보보안기사 & 산업기사 알기사(정일영 외) 탑스팟   정독 - 학습서
2              
               

 

'Reading > 공부중' 카테고리의 다른 글

아이와 공부를 위한 나의 공부 1 - 한자1급  (0) 2020.07.30
logrotate - System Administrator's Manual  (0) 2020.03.06
동사의 종류  (0) 2019.12.16
영어공부법 정리 1  (0) 2019.09.15
PSAT-2019-상황판단-008  (0) 2019.06.04

동사 (+ 부사구/절)

appear

arrive

fall

graduate

happen

lie

live

occur

count (be important)

do (be enough)

matter (be important)

pay (be profitable)

 

동사 + 보어(형용사/명사)

stay

remain

fall

go

grow

turn

feel

look

sound

smell

semm

tatste

 

동사 + 목적어(명사/명사구/명사절)

beat

buy

counsult

cure

do

drink

eat

enjoy

face

finish

hear

like

mind

stop

quit

 

타동사 + 간접목적어 + 직접목적어

give

make

ask

buy

cost

save

envy

forgive

 

타동사 + 목적어 + 목적보어

call

consider

find

make

keep

 

원형부정사/V-ing

사역동사 have, let, make

지각동사 hear, see, watch

 

to R

advise

allow

cause

encourage

expect

get

help

recommend

want

 

 

 

 

'Reading > 공부중' 카테고리의 다른 글

logrotate - System Administrator's Manual  (0) 2020.03.06
학습기록  (0) 2019.12.24
영어공부법 정리 1  (0) 2019.09.15
PSAT-2019-상황판단-008  (0) 2019.06.04
PSAT-2019-상황판단-007  (0) 2019.05.19

영어공부법 in ⁠완벽한 공부법

 


p.396

자기 자신의 상태를 점검하고, 전략을 세우기 위한 수립

- 대상: 한국에서 태어났으며 한국어로 생활하는 만 13세 이상의 한국인

 


한국어 토대 위에 영어의 체계를 어떻게 구축할 것인가?

 

영어 읽기를 잘하기 위하여 필요한 사항: 문법, 단어

 

 

자발적인 외국어 학습의 어려운 점 3가지

 

  • 시간부족
  • 돈, 시간의 제약
  • 지속적인 대화를 위한 원어민과의 생활기회 부족

 

문법공부 방법

 

문법문제 풀이를 위한 문법 학습 > 자연스러운 문법 학습

 

문법 규칙을 이해하기 위한 활동(10%) + 예문암기(90%)

여러 번 소리 내 읽어 보기

발음에 신경쓰지 말고 > 규칙을 이해하고 예시를 익히는 목적

오늘 하루 기억한다는 목표로 꾸준하게 학습 > 내재화(일정정도 학습시간 필요) >

 

 

어휘력 학습

필요한 이유

1. 모르는 단어가 많은 경우 > 의미파악 불가(유추 불가) > 이해하지 못하면서 시간만 보내기

2. 단어를 알아야 문법 지식도 쓸모가 있다.

 

 

영어 읽기를 잘하는 방법

정확한 문법 지식과 끊임없는 단어 습득이 필요 > 다독 필요

노출시간이 중요: 읽고 싶은 것, 쉬운글, 내 수준에 맞는 글 > 통속소설 추천 > 회화교재로도 사용가능

 

 

영어 듣기를 잘하는 방법

분석분야: 단어, 실제 내용, 발음, 문장 이해력

 

영어문장: 글로서의 영어

알파벳: 문자로서의 영어

음성영어: 소리 언어로서의 영어 > "소리자체"와 "의미" > "음성 영어의 소리"가 "의미"로 전환(귀가 뚫렸다)

 

귀가 뜨이지 않는 이유

어휘

듣더라도 무슨 의미인지 파악할 수 없다

머리속에 준비된 어휘의 양과 수준이 음성 영어 소시를 의미로 변환할 때 필요한 어휘보다 부족한 경우

배경지식

배경지식의 상황을 고려하지 않고 학습 > 읽거나 듣더라도 완전히 이해하지 못한다.

배경지식의 확충 필요 > 스스로 끊이 없이 독서: 다양한 분야의 책 등을 통해

영어 발음의 이해

한국어와 영어의 소리차이를 정확하게 이해하고 학습: 온라인/오프라인 학원, 유튜브 등

개별소리 학습(음성 영어 자음과 모음, 말하기, 발음 등으로 검색)

발음 현상 학습(강세, 연음, 인토네이션 등)

문장 이해 능력(읽기 속도)  

 

'Reading > 공부중' 카테고리의 다른 글

학습기록  (0) 2019.12.24
동사의 종류  (0) 2019.12.16
PSAT-2019-상황판단-008  (0) 2019.06.04
PSAT-2019-상황판단-007  (0) 2019.05.19
PSAT-2019-상황판단-006  (0) 2019.05.19

다음 글을 근거로 판단할 때, 甲이 구매해야 할 재료와 그 양으로 옳은 것은?

甲은 아내, 아들과 함께 짬뽕을 만들어 먹기로 했다. 짬뽕요리에 필요한 재료를 사기 위해 근처 전통시장에 들른 甲은 아래 <조건>을 만족하도록 재료를 모두 구매한다. 다만 짬뽕요리에 필요한 각 재료의 절반 이상이 냉장고에 있으면 그 재료는 구매하지 않는다.

 

<조건>
○甲과 아내는 각각 성인 1인분, 아들은 성인 0.5인분을 먹는다.
○매운 음식을 잘 먹지 못하는 아내를 고려하여 ‘고추’라는 단어가 들어간 재료는 모두 절반만 넣는다.
○아들은 성인 1인분의 새우를 먹는다.


<냉장고에 있는 재료>
면 200g, 오징어 240g, 돼지고기 100g, 양파 100g, 청양고추 15g, 고추기름 100ml, 대파 10cm, 간장 80ml, 마늘 5g

<짬뽕요리 재료(성인 1인분 기준)>
면 200g, 해삼 40g, 소라 30g, 오징어 60g, 돼지고기 90g, 새우 40g, 양파 60g, 양송이버섯 50g, 죽순 40g, 고추기름 20ml, 건고추 8g, 청양고추 10g, 대파 10cm, 마늘 10g, 청주 15ml


① 면 200g
② 양파 50g
③ 새우 100g
④ 건고추 7g
⑤ 돼지고기 125g

'Reading > 공부중' 카테고리의 다른 글

동사의 종류  (0) 2019.12.16
영어공부법 정리 1  (0) 2019.09.15
PSAT-2019-상황판단-007  (0) 2019.05.19
PSAT-2019-상황판단-006  (0) 2019.05.19
PSAT-2019-상황판단-005  (0) 2019.05.14

다음 글을 근거로 판단할 때, <보기>에서 옳은 것만을 모두 고르면?

보다 많은 고객을 끌어들일 수 있는 이상적인 점포 입지를 결정하기 위한 상권분석이론에는 ‘X가설’과 ‘Y가설’이 있다. X가설에 의하면, 소비자는 유사한 제품을 판매하는 점포들 중 한 점포를 선택할 때 가장 가까운 점포를 선택한다. 그러나 이동거리가 점포 선택에 큰 영향을 미치기는 하지만, 소비자가 항상 가장 가까운 점포를 찾는다는 X가설이 적용되기 어려운 상황들이 있다. 가령, 소비자들은 먼 거리에 위치한 점포가 보다 나은 구매기회를 제공함으로써 이동에 따른 추가 노력을 보상한다면 기꺼이 먼 곳까지 찾아간다.
  한편 Y가설은 다른 조건이 동일하다면 두 도시 사이에 위치하는 어떤 지역에 대한 각 도시의 상거래 흡인력은 각 도시의 인구에 비례하고, 각 도시로부터의 거리 제곱에 반비례한다고 본다. 즉, 인구가 많은 도시일수록 더 많은 구매기회를 제공할 가능성이 높으므로 소비자를 끌어당기는 힘이 크다고 본 것이다.
  예를 들어, 일직선 상에 A, B, C 세 도시가 있고, C시는 A시와 B시 사이에 위치하며, C시는 A시로부터 5km, B시로부터 10km 떨어져 있다. 그리고 A시 인구는 50만 명, B시의 인구는 400만 명, C시의 인구는 9만 명이다. 만약 A시와 B시가 서로 영향을 주지 않고, C시의 모든 인구가 A시와 B시에서만 구매한다고 가정하면, Y가설에 따라 A시와 B시로 구매활동에 유인되는 C시의 인구 규모를 계산할 수 있다. A시의 흡인력은 20,000(=50만÷25), B시의 흡인력은 40,000(=400만÷100)이다. 따라서 9만 명인 C시의 인구 중 1/3인 3만 명은 A시로, 2/3인 6만 명은 B시로 흡인된다.

 

<보  기>

ㄱ. X가설에 따르면, 소비자가 유사한 제품을 판매하는 점포들 중 한 점포를 선택할 때 소비자는 더 싼 가격의 상품을 구매하기 위해 더 먼 거리에 있는 점포에 간다.
ㄴ.Y가설에 따르면, 인구 및 다른 조건이 동일할 때 거리가 가까운 도시일수록 이상적인 점포 입지가 된다.
ㄷ.Y가설에 따르면, C시로부터 A시와 B시가 떨어진 거리가 5km로 같다고 가정할 때 C시의 인구 중 8만 명이 B시로 흡인된다.

 

ㄱ, ㄷ

ㄴ, ㄷ

ㄱ, ㄴ, ㄷ

 

 

'Reading > 공부중' 카테고리의 다른 글

영어공부법 정리 1  (0) 2019.09.15
PSAT-2019-상황판단-008  (0) 2019.06.04
PSAT-2019-상황판단-006  (0) 2019.05.19
PSAT-2019-상황판단-005  (0) 2019.05.14
PSAT-2019-상황판단-004  (0) 2019.05.13

다음 글과 <상황>을 근거로 판단할 때 옳은 것은?


제00조(과세대상) 주권(株券)의 양도에 대해서는 이 법에 따라 증권거래세를 부과한다.

제00조(납세의무자) 주권을 양도하는 자는 납세의무를 진다. 다만 금융투자업자를 통하여 주권을 양도하는 경우에는 해당 금융투자업자가 증권거래세를 납부하여야 한다.

제00조(과세표준) 주권을 양도하는 경우에 증권거래세의 과세표준은 그 주권의 양도가액(주당 양도금액에 양도 주권수를 곱한 금액)이다.

제00조(세율) 주권의 양도에 대한 세율은 양도가액의 1천분의 5로 한다.

제00조(탄력세율) X 또는 Y증권시장에서 양도되는 주권에 대하여는 제00조(세율)의 규정에도 불구하고 다음의 세율에 의한다.

 1.X증권시장: 양도가액의 1천분의 1.5 

 2.Y증권시장: 양도가액의 1천분의 3





상황

투자자 甲은 금융투자업자 乙을 통해 다음 3건의 주권을 양도하였다.

○A회사의 주권 100주를 주당 15,000원에 양수하였다가 이를 주당 30,000원에 X증권시장에서 전량 양도하였다.

○B회사의 주권 200주를 주당 10,000원에 Y증권시장에서 양도하였다.

○C회사의 주권 200주를 X 및 Y증권시장을 통하지 않고 주당 50,000원에 양도하였다.


① 증권거래세는 甲이 직접 납부하여야 한다.

② 납부되어야 할 증권거래세액의 총합은 6만 원 이하다.

③ 甲의 3건의 주권 양도는 모두 탄력세율을 적용받는다.

④ 甲의 A회사 주권 양도에 따른 증권거래세 과세표준은 150만 원이다.

⑤ 甲이 乙을 통해 Y증권시장에서 C회사의 주권 200주 전량을 주당 50,000원에 양도할 수 있다면 증권거래세액은 2만 원 감소한다.



'Reading > 공부중' 카테고리의 다른 글

PSAT-2019-상황판단-008  (0) 2019.06.04
PSAT-2019-상황판단-007  (0) 2019.05.19
PSAT-2019-상황판단-005  (0) 2019.05.14
PSAT-2019-상황판단-004  (0) 2019.05.13
PSAT-2019-상황판단-003  (0) 2019.05.13

+ Recent posts